Save Event

Save Event - app.record.edit.submit

An event triggered when the save button is clicked on the Record Edit page.

Function

Desktop

app.record.edit.submit

Mobile

mobile.app.record.edit.submit

Properties of the Event Object

PROPERTY TYPE DESCRIPTION
appId Number The App ID.
record Object A record object that holds data inputted by the user.
recordId Number The record ID.
type String The event type.

Cancel Actions

Actions can be cancelled by doing one of the following:

Available Event Object Actions

Running actions after waiting for asynchronous operations to finish

By returning the kintone.Promise object, you can run actions after waiting for asynchronous operations to finish. Refer to the sample code on the following article:
Save Event

Limitations

  • Values from the Attachment field cannot be retrieved.
  • Refer to the Limitations section of the following article for more details:
    Event Handling