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

Context Query 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}
プロパティ名 説明 検索条件グループとバージョン 使用可能なバージョン
childQueryRecords Context Query Record メインコンテキストクエリから派生した子クエリレコードのリスト。 Small、59.0 59.0
record Context Data Record クエリから取得したコンテキストデータレコード。 Small、59.0 59.0