Get Assignees
Get Assignees - kintone.app.record.getAssignees()
Retrieves the list of the current assignees for the current process management status.
Function
kintone.app.record.getAssignees()
Parameters
None
Returns
A Promise object.
The following values can be retrieved when the Promise object is fulfilled:
| Property | Type | Description |
|---|---|---|
| assignees | Object | The list of assignees |
| assignees.code | String | The login name of the assignee |
| assignees.name | String | The display name of the assignee |
| action | String | The name of the action that was run by the assignee. When all assignees need to take action, only assignees who have already run the action can be retrieved. Otherwise, null is returned. |
Available Pages
- Record Edit
- Record Details