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 Nodes Input
Input representation of context node.
- JSON example
-
1{ 2 "contextNodes": [ 3 { 4 "name": "Node_0", 5 "attributes": { 6 "contextAttributes": [ 7 { 8 "dataType": "STRING", 9 "fieldType": "INPUT", 10 "name": "Attribute_1" 11 } 12 ] 13 }, 14 "childNodes": { 15 "contextNodes": [ 16 { 17 "name": "Node_1", 18 "attributes": { 19 "contextAttributes": [ 20 { 21 "dataType": "NUMBER", 22 "fieldType": "INPUT", 23 "name": "Attribute_2" 24 } 25 ] 26 } 27 } 28 ] 29 } 30 } 31 ] 32} - Properties
-
Name Type Description Required or Optional Available Version attributes Context Attributes Input [] List of context attributes. Optional 59.0 childNodes Context Nodes Input [] List of child context nodes. Optional 59.0 contextNodeId String ID of the context node. Required 59.0 isTransposable Boolean Specifies if the context node is used for the transposable feature (true) or not (false). Optional 59.0 name String Name of the context node. Required 59.0 parentNodeId String ID of (parent) context node. Optional 59.0 tags Context Tag Input [] List of context tags. Optional 59.0