Note: This release is in preview. Features described here don’t become generally available until the latest general availability date that Salesforce announces for this release. Before then, and where features are noted as beta, pilot, or developer preview, we can’t guarantee general availability within any particular time frame or at all. Make your purchase decisions only on the basis of generally available products and features.

Context Query Record

Output representation of context query record, including primary and associated child records.
Sample Response
1{
2   "childQueryRecords":[
3      {
4         "childQueryRecords":[
5            
6         ],
7         "record":{
8            "attributesAndValues":{
9               "Name":"Acme Corp",
10               "BillingAddress":"{city:New York,country:USA,geocodeAccuracy:null,latitude:null,longitude:null,postalCode:31349,state:NY,street:10 Main Rd.}",
11               "Industry":"Manufacturing",
12               "Type":"Prospect"
13            },
14            "businessObjectType":"Account",
15            "childBusinessObjectTypes":[
16               "OpportunityItem",
17               "OrderItem"
18            ],
19            "contextDataRecordId":"003xx000004WhFsAAK",
20            "currentState":"CREATED",
21            "lastUpdatedTimeStamp":"2023-10-11 04:46:13.804"
22         }
23      }
24   ]
25}
Property Name Type Description Filter Group and Version Available Version
childQueryRecords Context Query Record List of child query records derived from the main context query. Small, 59.0 59.0
record Context Data Record The context data record obtained from the query. Small, 59.0 59.0