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 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 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 Name of the row. Optional 53.0
rowData Map<String, Object> The key-value pair for the row. All column values are required for update and delete operations. Required 53.0