Inline Edit Finish Event
Inline Edit Finish Event - app.record.index.edit.finish
An event triggered when the inline editing is finished and the table in the record list page is redisplayed after clicking the Save or Cancel button.
This event is triggered after the following event:
Save Success Event
Function
app.record.index.edit.finish
Properties of the Event Object
| PROPERTY | TYPE | DESCRIPTION |
|---|---|---|
| type | String | The event type. Returns app.record.index.edit.finish. |
| appId | Number | The App ID. |
| recordId | String | The Record ID. |
| record | Object | A record object that holds data of the record that was inline edited. For more information, refer to the following article: Field Types |
Available Event Object Actions
- By returning a
Promiseobject in the event handler, event object actions can be processed after waiting for asynchronous processes in the event handler to finish.
Limitations
- This event is only available on the Desktop, and not on the mobile.
- This event cannot be used with an app embedded on a space or thread.