Get Process Management Action Button Display State

Get Process Management Action Button Display State - kintone.app.record.getStatusActionButtonDisplayState(action)

Retrieves the display state of the process management action button of the current record.

Function

Desktop

kintone.app.record.getStatusActionButtonDisplayState(action)

Mobile

kintone.mobile.app.record.getStatusActionButtonDisplayState(action)

Parameters

Parameter Type Required Description
action String Yes The name of the action.
If action names are set in multiple languages, specify the name in the display language of the user running the API.
If multiple actions with the same name are configured, specifying that action will result in an error.

Returns

A Promise object.
The following values can be retrieved when the Promise object is fulfilled.

Type Description
String The display state of the process management action button.
  • VISIBLE: The button is displayed.
  • HIDDEN: The button is hidden.

Available Pages

  • Record details