Get Available Actions
Get Available Actions - kintone.app.record.getStatusActions()
Retrieves the list of available actions for the current process management status.
Function
kintone.app.record.getStatusActions()
Parameters
None
Returns
A Promise object.
The following values can be retrieved when the Promise object is fulfilled:
| Property | Type | Description |
|---|---|---|
| name | String | The name of the action |
| nextStatus | Object | The status data after the action is run |
| nextStatus.name | String | The status name |
| nextStatus.type | String | The type of assignee
ONE. |
| nextStatus.assignees | Array | The list of assignees Returns an empty array if there are no assignees for the status. |
| nextStatus.assignees[].code | String | The login name of the assignee |
| nextStatus.assignees[].name | String | The display name of the assignee |
Available Pages
- Record Details