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.
Decision Matrix Result
- Sample Response
-
1{ 2 "code" : "200", 3 "id" : "0lIx0000000000zEAA", 4 "inputVariables" : [ { 5 "dataType" : "Number", 6 "id" : "0lJx0000000000zEAA", 7 "name" : "IN1" 8 }, { 9 "dataType" : "Text", 10 "id" : "0lJx00000000010EAA", 11 "name" : "IN2" 12 }, { 13 "dataType" : "Text", 14 "id" : "0lJx00000000011EAA", 15 "name" : "IN3" 16 }, { 17 "dataType" : "Text", 18 "id" : "0lJx00000000012EAA", 19 "name" : "IN4" 20 } ], 21 "isSuccess" : true, 22 "message" : "", 23 "name" : "DescisionMatrix2", 24 "outputVariables" : [ { 25 "dataType" : "Text", 26 "id" : "0lJx00000000013EAA", 27 "name" : "OUT1" 28 }, { 29 "dataType" : "Text", 30 "id" : "0lJx00000000014EAA", 31 "name" : "OUT2" 32 } ] 33}
| Property Name | Type | Description | Filter Group and Version | Available Version |
|---|---|---|---|---|
| code | String | The request response code. | Small, 53.0 | 53.0 |
| description | String | The description of the decision matrix. | Small, 53.0 | 53.0 |
| id | String | The ID of the decision matrix record. | Small, 53.0 | 53.0 |
| inputVariables | Decision Matrix Variable[] | The list of input variables of the decision matrix. | Small, 53.0 | 53.0 |
| isSuccess | Boolean | Indicates whether the request is successful. | Small, 53.0 | 53.0 |
| message | String | The request response message. | Small, 53.0 | 53.0 |
| name | String | The name of the decision matrix. | Small, 53.0 | 53.0 |
| outputVariables | Decision Matrix Variable[] | The list of output variables of the decision matrix. | Small, 53.0 | 53.0 |