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 Node List
Output representation of the list of context nodes.
- JSON Example
-
1{ 2 "contextNodeListId": "ebaf2554-88f2-4cb2-8418-cd3c250a9535", 3 "contextNodes": [ 4 { 5 "attributes": [ 6 { 7 "attributeTags": [], 8 "contextAttributeId": "11nxx000001hJm5AAE", 9 "dataType": "REFERENCE", 10 "domainSet": "Contact_AccountSibRef", 11 "fieldType": "INPUT", 12 "isKey": false, 13 "isValue": false, 14 "name": "ParentReference", 15 "parentNodeId": "11oxx000001G3xEAAS" 16 } 17 ], 18 "canonicalNodeId": "11oxx000001G1CGAA0", 19 "childNodes": [], 20 "contextDefinitionVersionId": "11pxx0000004UvYAAU", 21 "contextNodeId": "11oxx000001G3xEAAS", 22 "displayName": "Mobile_Contact_AccountSibRef", 23 "isTransposable": false, 24 "name": "Mobile_Contact_AccountSibRef", 25 "parentNodeId": "11oxx000001G1AeAAK", 26 "tags": [] 27 } 28 ], 29 "isSuccess": true 30}
| Property Name | Type | Description | Filter Group and Version | Available Version |
|---|---|---|---|---|
| contextNodeListId | String | Unique ID of the context node list, which is required for Salesforce Lightning Design System (LDS). | Small, 59.0 | 59.0 |
| contextNodes | Context Node [] | List of context nodes. | Small, 59.0 | 59.0 |
| isSuccess | Boolean | Indicates whether the operation is successful (true) or not (false). | Small, 59.0 | 59.0 |