Delete Success Event

Delete Success Event - app.record.detail.delete.submit.success

An event triggered after the record has been successfully deleted when the delete button is clicked on the record details page.

Function

Desktop

app.record.detail.delete.submit.success

Mobile

mobile.app.record.detail.delete.submit.success

Properties of the Event Object

PROPERTY TYPE DESCRIPTION
type String The event type.
One of the following values is returned:
  • Desktop: app.record.detail.delete.submit.success
  • Mobile: mobile.app.record.detail.delete.submit.success
appId Number The App ID.
recordId String The Record ID.

Available Event Object Actions