Newer Version Available

This content describes an older version of this product. View Latest

Actionable List Members Assignments

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/v62.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