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.
Assign Actionable List Input
Input representation for assigning an actionable list.
- JSON Example
-
1{ 2 "actionableListFields": { 3 "priority": "medium", 4 "omniScriptKey": "type/subtype/English", 5 "sortField": "Phone", 6 "sortOrder": "Ascending", 7 "isAutoAssignmentAllowed": true 8 }, 9 "actionableListMemberFields": { 10 "assignee": { 11 "type": "User", 12 "name": "User1" 13 } 14 }, 15 "autoAssignee": { 16 "type": "RecordOwner", 17 "name": "RecordOwnerName" 18 } 19} - Properties
-
Name Type Description Required or Optional Available Version actionableListFields Actionable List Fields Input Details of the Actionable List fields Required 57.0 actionableListMemberFields Actionable List Member Fields Input Details of the Actionable List Member fields Required 57.0 autoAssignee Auto Assignee Input Details of the assignees to whom the new members in an actionable list are automatically assigned. Optional 59.0