Toggle New Record Button Visibility

Toggle New Record Button Visibility

Shows or hides the New Record button of the current App.

Function

Desktop

kintone.app.showAddRecordButton(state)

Mobile

kintone.mobile.app.showAddRecordButton(state)

Parameters

Parameter Type Required Description
state String Yes The visibility of the New Record 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 (Desktop)

  • Record list
  • Record details
  • Graph

Available Pages (Mobile)

  • Record list