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