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 Definition Interface
Output representation of the details of the context definition interface.
- JSON example
-
1{ 2 "contextDefinitionInterfaceMetadata": { 3 "createdBy": "Automated Process", 4 "createdDate": "2024-05-15T00:00:00.000Z", 5 "description": "Test Interface", 6 "developerName": "TestBaseInterface", 7 "interfaceName": "TestBaseInterface", 8 "lastModifiedBy": "Automated Process", 9 "parentInterfaces": [ 10 "TestBaseInterface1" 11 ], 12 "version": "62.1" 13 }, 14 "contextDefinitionInterfaceNodeTagList": [ 15 { 16 "attributeTags": [ 17 { 18 "dataType": "STRING", 19 "isMappingRequired": true, 20 "isNodeTag": false, 21 "tagName": "id_attr_tag" 22 } 23 ], 24 "childNodeTags": [ 25 { 26 "attributeTags": [ 27 { 28 "dataType": "STRING", 29 "isMappingRequired": false, 30 "isNodeTag": false, 31 "tagName": "contactId_attr_tag" 32 }, 33 { 34 "dataType": "STRING", 35 "isMappingRequired": true, 36 "isNodeTag": false, 37 "tagName": "contactName_attr_tag" 38 } 39 ], 40 "childNodeTags": [], 41 "isMappingRequired": false, 42 "isNodeTag": true, 43 "tagName": "Contact_node_tag" 44 } 45 ], 46 "isMappingRequired": true, 47 "isNodeTag": true, 48 "tagName": "Account_node_tag" 49 } 50 ], 51 "isSuccess": true 52}
| Property Name | Type | Description | Filter Group and Version | Available Version |
|---|---|---|---|---|
| contextDefinitionInterfaceMetadata | Context Definition Interface Metadata | Metadata details associated with the context definition interface. | Small, 62.0 | 62.0 |
| contextDefinitionInterfaceNodeTagList | Context Definition Interface Node Tag[] | List of tags associated with the context definition interface. | Small, 62.0 | 62.0 |
| isSuccess | Boolean | Indicates whether the operation is successful (true) or not (false). | Small, 62.0 | 62.0 |