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 for the "Save Event" event on the Record Create page.

Limitations