Newer Version Available

This content describes an older version of this product. View Latest

Decision Matrix Columns Input

Input representation of the information to manage columns in relation to a decision matrix.
JSON example

Add a column:

1{
2   "columns" : [ {
3      "apiName" : "Name",
4      "columnType" : "Input",
5      "dataType" : "Text",
6      "displaySequence" : 4,
7      "name" : "Name"
8   }]
9}

Delete a column:

1{
2   "columns" : [ {
3      "action" : "delete",
4      "id" : "0lJR0000000014bMAA"
5   }]
6}

Update a column:

1{
2   "columns" : [ {
3      "id" : "0lJR0000000014hMAA",
4      "action" : "update",
5      "columnType" : "Input",
6      "name" : "First Name"
7   }]
8}
Properties
Name Type Description Required or Optional Available Version
columns Decision Matrix Column Input[] List of columns to be added, updated, or deleted in a decision matrix. Required 53.0