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 Input
Input representation for defining a context.
- JSON example
-
1{ 2 "metadata": { 3 "contextDefinitionId": "11Oxx0000006VjNEAU", 4 "mappingId": "11jxx0000004Q83AAE" 5 }, 6 "data": "{\"Order\":[{\"id\":\"TestOrder123\",\"businessObjectType\":\"Order\",\"Name\":\"Test Order\",\"Status\":\"SHIPPED\",\"AccountName\":\"Kroger\",\"OrderItems\":[{\"id\":\"TestOrderItem1\",\"businessObjectType\":\"OrderItem\",\"ProductName\":\"Coke\"},{\"id\":\"TestOrderItem2\",\"businessObjectType\":\"OrderItem\",\"ProductName\":\"Pepsi\"}]}]}" 7} - Properties
-
Name Type Description Required or Optional Available Version data String Payload containing context-specific information. Required 59.0 metadata Context MetaData Input Metadata information about context. Required 59.0