この文章は Salesforce 機械翻訳システムを使用して翻訳されました。詳細はこちらをご参照ください。
英語に切り替える

Context Data Record

属性、型、関連する子オブジェクト、その他の関連するメタデータを含む、コンテキストデータレコードの出力表現。
応答サンプル
1{
2  "childQueryRecords": [
3    {
4      "childQueryRecords": [],
5      "record": {
6        "attributesAndValues": {
7          "Name": "UpdatedTestOrder",
8          "AccountName": "UpdatedTestAccount"
9        },
10        "businessObjectType": "Order",
11        "childBusinessObjectTypes": [
12          "AccountItem",
13          "OrderItem"
14        ],
15        "contextDataRecordId": "UpdatedTestOrder1",
16        "contextDefinitionId": "11Oxx00000079SHEAY",
17        "contextMappingId": "11jxx0000004y9jAAA",
18        "currentState": "CREATED",
19        "errorMessages": []
20      }
21    }
22  ]
23}
プロパティ名 説明 検索条件グループとバージョン 使用可能なバージョン
attributesAndValues Map<String, Object> コンテキスト内の対応する値への属性の対応付け。 Small、59.0 59.0
businessObjectType String ビジネスオブジェクトの種別。 Small、59.0 59.0
childBusinessObjectTypes String[] 子ビジネスオブジェクトの種別を示すリスト。 Small、59.0 59.0
contextDataRecordId String コンテキストデータレコードの一意の ID。 Small、59.0 59.0
currentState String コンテキストデータレコードの現在の状況。 Small、59.0 59.0
lastUpdatedTimeStamp String コンテキストデータレコードの最終更新時刻のタイムスタンプ。 Small、59.0 59.0