Newer Version Available
Decision Table (Lookup Table)
- Resource
-
1/connect/business-rules/decision-table/${decisionTableId} - Resource Example
-
1https://yourInstance.salesforce.com/services/data/v55.0/connect 2/decision-table/0lDB0000000TNQzMAO - Available version
- 55.0
- Requires Chatter
- No
- HTTP methods
- POST
- Request body for POST
-
- JSON example
-
1{ 2 "conditions" : { 3 "conditionsList" : [ 4 { 5 "fieldName": "state__c", 6 "value": "MH" 7 }, 8 { 9 "fieldName": "validity__c", 10 "value": 30 11 } 12 ] 13 } 14} - 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
- Response body for POST
- Decision Table Outcome