Newer Version Available
Decision Table Outcome
- 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}
| Property Name | Type | Description | Filter Group and Version | Available Version |
|---|---|---|---|---|
| errorCode | Integer | The error code if transaction fails for any reason. | Small, 55.0 | 55.0 |
| errorMessage | String | The error message if transaction fails for any reason. | Small, 55.0 | 55.0 |
| outcomeList | Decision Table Outcome Item[] | Outcome list that stores two or more outcomes provided by the decision table. | Small, 55.0 | 55.0 |
| outcomeType | String | The outcome type after the request is successful. | Small, 55.0 | 55.0 |
| successStatus | Boolean | Indicates the status of the decision table execution. | Small, 55.0 | 55.0 |