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
Output representation of the details of context nodes.
- JSON Example
-
1{ 2 "contextNodes": [ 3 { 4 "attributes": [], 5 "baseReference": "11oxx000001G1DTPP88", 6 "canonicalNodeId": "11oxx000001G1CGAA0", 7 "childNodes": [], 8 "contextDefinitionVersionId": "11pxx0000004UvYAAU", 9 "contextNodeId": "11oxx000001G3xEAAS", 10 "displayName": "Mobile_Contact_AccountSibRef", 11 "isSuccess": true, 12 "isTransposable": false, 13 "name": "Mobile_Contact_AccountSibRef", 14 "parentNodeId": "11oxx000001G1AeAAK", 15 "tags": [] 16 } 17 ] 18}
| Property Name | Type | Description | Filter Group and Version | Available Version |
|---|---|---|---|---|
| attributes | Context Attribute List[] | List of attributes. | Small, 59.0 | 59.0 |
| baseReference | String | Identifies the context node ID of the parent context definition that this context node is inherited from. | Small, 60.0 | 60.0 |
| canonicalNodeId | String | ID of the canonical node that’s used as a reference to create this context node. | Small, 61.0 | 61.0 |
| childNodes | Context Node Output[] | List of child context nodes. | Small, 59.0 | 59.0 |
| contextDefinitionVersionID | String | ID of context definition version. | Small, 59.0 | 59.0 |
| contextNodeID | String | ID of this context node. | Small, 59.0 | 59.0 |
| displayName | String | Name of the context node that appears on the UI. | Small, 61.0 | 61.0 |
| isSuccess | Boolean | Specifies if the operation is successful (true) or not (false). | Small, 59.0 | 59.0 |
| isTransposable | Boolean | Specifies if the context node is used for the transposable feature (true) or not (false). | Small, 59.0 | 59.0 |
| name | String | Name of the context node. | Small, 59.0 | 59.0 |
| parentNodeId | String | ID of (parent) context node. | Small, 59.0 | 59.0 |
| tags | Context Attribute Tag Output[] | List of tags. | Small, 59.0 | 59.0 |