Inline Edit Event

Inline Edit Event - app.record.index.edit.show

An event triggered when an inline edit of a record starts on the record list page.

Function

app.record.index.edit.show

Properties of the Event Object

PROPERTY TYPE DESCRIPTION
appId Number The App ID.
recordId Number The Record ID.
record Object A record object that holds data of the record when the inline editing started.
type String The event type.

Available Event Object Actions

  • Enable/Disable field edits
  • By returning a kintone.Promise object in the event handler, event object actions can be processed after waiting for asynchronous processes in the event handler to finish.

Limitations