Newer Version Available

This content describes an older version of this product. View Latest

Decision Table Input

Input representation of a decision table.
JSON example
1{
2   "datasetLinkName" : "Product_Mapping",
3   "conditions" : {
4      "conditionsList" : [
5         {
6            "fieldName": "ProductName__c",
7            "value": "Cloud Kicks"
8         },
9         {
10            "fieldName": "Price__c",
11            "value": 1000
12         }
13      ]
14   }
15}
Properties
Name Type Description Required or Optional Available Version
conditions Decision Table Condition[] The list of decision table conditions on which the decision table executes and provides outcomes. Required 55.0
datasetLinkName String The API name of the dataset link provided as an input for the decision table execution. Optional 55.0