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.

Actionable List Fields Input

Input representation for updating an actionable list record.
JSON Example
1{
2 "actionableListFields": {
3  "priority": "medium",
4  "omniScriptKey": "type/subtype/English",
5  "sortField": "Phone",
6  "sortOrder": "Ascending",
7  "isAutoAssignmentAllowed": true
8 }
9}
Properties
Name Type Description Required or Optional Available Version
omniScriptKey String OmniScript key for associating an OmniScript with the actionable list. The format of the OmniScript key is: CheckType/CheckSubType/Language. Optional 57.0
priority String Priority assigned to the actionable list:
  • High
  • Medium
  • Low
Required 57.0
sortField String The criteria in which the actionable list is sorted. Optional 58.0
sortOrder String The sequence in which actionable lists should be displayed (ascending, descending). Optional 58.0
isAutoAssignmentAllowed Boolean Indicates whether automatic assignment of new actionable list members is allowed (true) or not (false). Optional 59.0