Decision Matrix Row Input

Input representation of the information required to add, update, or delete rows in a decision matrix version.
Properties
Name Type Description Required or Optional Available Version
action String The type of action you want to perform on a row.
Possible values are:
  • delete
  • update
Required

Leave this field blank if you’re adding a row in a decision matrix version.

Note

53.0
id String The ID of the row record to be updated or deleted. Required

Leave this field blank if you’re adding a row to a decision matrix version.

Note

53.0
name String The name of the row. Optional 53.0
rowData Map<String, Object> The key value pair of the row. Required 53.0