> For the complete documentation index, see [llms.txt](https://docs.nexthink.com/platform/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.nexthink.com/platform/ja/user-guide/adopt/guide-creation-and-management-from-nexthink-applications/configuring-adoption-settings/use-case-element-selectors-for-sap-concur.md).

# ユースケース: SAP Concur用のエレメントセレクター

**SAP Concur** アドプトガイドの**採用設定**を構成する際には、このページの**要素セレクター**を使用して:

* 動的識別子を避けることで、要素選択の安定性と信頼性を最大限に高めます。
* SAP Concurからのウェブページの変更に対するガイドの耐性を向上させます。

### SAP Concurの要素セレクター

Nexthink の **Adoption設定** タブ内の [設定小見出し](/platform/ja/user-guide/adopt/guide-creation-and-management-from-nexthink-applications/configuring-adoption-settings.md#configuring-adoption-settings-for-the-selected-application)において、Nexthinkで設定されたSAP Concurのウェブアプリケーションのために：

* **無視された要素ID**:`none`
* **要素IDの置き換え**: 機能が正しく動作するよう、このセクションの両フィールドを空にしておきます。
* **無視された要素クラス名**:`^[a-z0-9]{8,}$, ^[A-Z][a-z]+_\d+_.*, ^.*_\d{8,}_.*$, ^hash-[a-f0-9]+$, ^uid-[a-f0-9]+$, ^temp-[a-f0-9]+$` このコードはクラス名内の数字を表します。
* **含める要素のカスタム属性名**: `data-sap-theme, rel, data-chunk, crossorigin, itemprop, media, data-loader, aria-label, data-source, data-trans-id, alt, target`
* **ドロップダウンリストセレクター**: 機能が正しく動作するよう、このフィールドを空にしておきます。

{% hint style="warning" %}
他の **Adoption設定**、特に **ガイドデフォルト** については、Nexthinkのデフォルト設定を使用してください。

あなたの構成は以下の画像のように見えるはずです。
{% endhint %}


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://docs.nexthink.com/platform/ja/user-guide/adopt/guide-creation-and-management-from-nexthink-applications/configuring-adoption-settings/use-case-element-selectors-for-sap-concur.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
