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

Output representation of columns of a decision matrix.
JSON example
1{
2   "columns" : [ {
3      "apiName" : “Age”,
4      "columnType" : "Input",
5      "dataType" : "Number",
6      "displaySequence" : 1,
7      "id" : "0lJR0000000014aMAA",
8      "name" : “Age”,
9      "rangeValues" : null
10   }, {
11      "apiName" : “Gender”,
12      "columnType" : "Input",
13      "dataType" : "Text",
14      "displaySequence" : 2,
15      "id" : "0lJR0000000014bMAA",
16      "name" : “Gender”,
17      "rangeValues" : null
18   }, {
19      "apiName" : “Premium”,
20      "columnType" : "Output",
21      "dataType" : "Number",
22      "displaySequence" : 3,
23      "id" : "0lJR0000000014fMAA",
24      "name" : "Premium",
25      "rangeValues" : null
26   } ]
27}
Property Name Type Description Filter Group and Version Available Version
columns Decision Matrix Column Output[] The list of columns in a decision matrix. Small, 53.0 53.0