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:
- Show field errors
- Show record errors
- return
false
Available Event Object Actions
Limitations
- This event is only available on the Desktop, and not on the mobile.
- Refer to the Limitations section of the following article for more details:
Event Handling