Save Success Event
Save Success Event - app.record.edit.submit.success
An event triggered after the record has been successfully saved after clicking the save button on the record edit page.
Function
Desktop
app.record.edit.submit.success
Mobile
mobile.app.record.edit.submit.success
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 saved record. |
type | String | The event type. |
Available Event Object Actions
None
Sample showing the datetime the record was updated
|
|
Limitations
- The event will not trigger if the record does not successfully save.
- Refer to the Limitations section of the following article for more details:
Event Handling