Loading
ただいま大変多くのお問い合わせをいただいており、ご連絡までにお時間を頂戴しております続きを読む
目次
絞り込み条件を選択

          結果がありません
          結果がありません
          検索のヒントをいくつかご紹介します

          キーワードの入力ミスがないか確認する。
          より一般的な検索語を使用する。
          絞り込み条件を減らして、検索範囲を広げる。

          Salesforce ヘルプ全体を検索
          DatasourceRest Lightning Web コンポーネント ReadMe (管理パッケージ)

          DatasourceRest Lightning Web コンポーネント ReadMe (管理パッケージ)

          管理パッケージランタイムの場合、このページには各 Vlocity リリースの DatasourceRest LWC ReadMe が含まれます。

          管理パッケージアプリケーションアイコン この情報は、OmniStudio for Managed Packages 用です。標準ランタイムの OmniStudio については、OmniStudio ヘルプを参照してください。

          Vlocity Insurance and Health Winter '20 および Vlocity CME Spring '20

          DatasourceRest Lightning Web コンポーネントは、REST Web データソースから取得されるデータ用の追加機能で Datasource Lightning Web コンポーネントを拡張します。

          使用可能な c-datasource-rest 属性

          属性

          必須

          説明

          methodtype

          GET、POST (デフォルト: GET)

          string

          はい

          要求メソッド種別を指定します。

          subtype

          web、指定ログイン情報 (デフォルト: web)

          string

          はい

          休憩の種別を指定します。

          headers

          JSON

          string

           

          要求と一緒に送信されるヘッダーを提供します。

          payload

           

          string

           

          要求と共に送信されるデータを提供します。

          エンドポイント

           

          string

          はい

          REST URL を指定します。

          namedcredential

           

          string

           

          subtype が namedcredential の場合、組織からの指定ログイン情報を指定します。

          c-datasource-rest コンポーネントの例

          <!--headers = { "Content-Type": "application/json", "accept": "application/json" } -->
          <c-datasource-rest
            theme="slds"
            methodtype="GET"
            subtype="web"
            headers="{headers}"
            channel="restweb"
            endpoint="https://jsonplaceholder.typicode.com/users"
            debug="true"
          ></c-datasource-rest>
          
          <c-datasource-rest
            theme="slds"
            methodtype="GET"
            subtype="namedcredential"
            channel="restnamed"
            namedcredential="test"
            headers="{headers}"
            endpoint="posts"
            debug="true"
          ></c-datasource-rest>

          Vlocity Insurance and Health Summer '19 および Vlocity CME Fall '19

          DatasourceRest Lightning Web コンポーネントは、REST Web データソースから取得されるデータ用の追加機能で Datasource Lightning Web コンポーネントを拡張します。

          使用可能な c-datasource-rest 属性

          属性

          必須

          説明

          methodtype

          GET、POST (デフォルト: GET)

          string

          はい

          要求メソッド種別を指定します。

          subtype

          web、指定ログイン情報 (デフォルト: web)

          string

          はい

          休憩の種別を指定します。

          headers

          JSON

          string

           

          要求と一緒に送信されるヘッダーを提供します。

          payload

           

          string

           

          要求と共に送信されるデータを提供します。

          エンドポイント

           

          string

          はい

          REST URL を指定します。

          namedcredential

           

          string

           

          subtype が namedcredential の場合、組織からの指定ログイン情報を指定します。

          c-datasource-rest コンポーネントの例

          <!--headers == { "Content-Type": "application/json", "accept": "application/json" } -->
          <c-datasource-rest
            theme="slds"
            methodtype="GET"
            subtype="web"
            headers="{headers}"
            channel="restweb"
            endpoint="https://jsonplaceholder.typicode.com/users"
            debug="true"
          ></c-datasource-rest>
          
          <c-datasource-rest
            theme="slds"
            methodtype="GET"
            subtype="namedcredential"
            channel="restnamed"
            namedcredential="test"
            headers="{headers}"
            endpoint="posts"
            debug="true"
          ></c-datasource-rest>
           
          読み込み中
          Salesforce Help | Article