Toggle Process Management Action Button Visibility

Toggle Process Management Action Button Visibility - kintone.app.record.showStatusActionButton(action, state)

Shows or hides the process management action button of the current App.

Function

Desktop

kintone.app.record.showStatusActionButton(action, state)

Mobile

kintone.mobile.app.record.showStatusActionButton(action, state)

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.
state String Yes The visibility of the process management action button.
  • VISIBLE: Shows the button.
  • HIDDEN: Hides the button.

Returns

A Promise object.
When the Promise object is fulfilled, no value is returned.

Available Pages

  • Record details