Save Event

Save Event - app.record.index.edit.submit

An event triggered when the save button of the inline editing is clicked on the record list.

Function

app.record.index.edit.submit

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 inputted by the user.
type String The event type.

Cancel Actions

Actions can be cancelled by doing one of the following:

Available Event Object Actions

Limitations