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

Output representation of rows of a decision matrix version.
JSON example
1"message" : null,
2   "rows" : [ {
3      "id" : "a1j5w000005D04uAAC",
4      "name" : "303b5c8988601647873b4ffd247d83cb",
5      "rowData" : {
6         "Age" : 45,
7         "Gender" : "F",
8         "Premium" : 2000
9      }
10   } ],
11   "totalRows" : 1
12}
Property Name Type Description Filter Group and Version Available Version
message String The error message in case of failure. Small, 53.0 53.0
rows Decision Matrix Row Output[] The list of rows in a decision matrix version. Small, 53.0 53.0
totalRows Integer The total count of rows retrieved. Small, 53.0 53.0