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 Members Assignments Resource
Update the priority and OmniScript key in the Actionable List object and update the
assignee in the Actionable List Member object.
- Resource
-
1/connect/sales-excellence/actionable-list/assignment/${actionableListId} - Resource Example
-
1https://yourInstance.salesforce.com/services/data/v67.0/connect/sales-excellence/actionable-list/assignment/${actionableListId} - Available Version
- 57.0
- Requires Chatter
- No
- HTTP Methods
- POST
- Request Body for POST
-
- 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
- Response Body for POST
- Assign Actionable List