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 Detail Output

Output representation of the expression set details.

This API has been deprecated as of API version 55.0. In API version 55.0 and later, use the new Business APIs in Business Rules Engine.

Note

Sample Response
1{
2   "code" : "200",
3   "id" : "0k0x000000000BQAAY",
4   "inputVariables" : [ {
5      "dataType" : "Number",
6      "name" : "var1"
7   } ],
8   "isSuccess" : true,
9   "message" : "",
10   "name" : "RuleWith100Conditions42",
11   "outputVariables" : [ {
12      "dataType" : "Number",
13      "name" : "var2"
14   } ]
15}
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 expression set. Small, 53.0 53.0
id String The ID of the expression set record. Small, 53.0 53.0
inputVariables Calculation Procedure Variable Output[] The list of input variables of the expression set. 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 expression set. Small, 53.0 53.0
outputVariables Calculation Procedure Variable Output[] The list of output variables of the expression set. Small, 53.0 53.0