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.
Calculation Procedure List Output
- Sample Response
-
1{ 2 "calculationProcedures" : [ { 3 "id" : "0k0x0000000008ZAAQ", 4 "description" : "Test calculation set", 5 "name" : "Expression_Set_1" 6 },{ 7 "id" : "0k0x000000000BQAAY", 8 "description" : "Test procedure set", 9 "name" : "Expression_Set_2" 10 } ], 11 "code" : "200", 12 "isSuccess" : true, 13 "message" : "" 14}
| Property Name | Type | Description | Filter Group and Version | Available Version |
|---|---|---|---|---|
| calculationProcedures | Calculation Procedure Output[] | The list of the expression sets. | Small, 53.0 | 53.0 |
| code | String | The request response code. | Small, 53.0 | 53.0 |
| message | String | The request response message. | Small, 53.0 | 53.0 |
| success | Boolean | Indicates whether the request was successful. | Small, 53.0 | 53.0 |