Onload Event

Contents

Onload Event (desktop) - app.record.edit.show

An event triggered after the Record Edit page is displayed on the desktop.

Function

app.record.edit.show

Triggered Timing

  • After the Record Edit page is displayed, i.e. when there is an mode=edit in the URL of the page.
  • After the Record Edit page is displayed through a notification.

Properties of the Event Object

PROPERTY TYPE DESCRIPTION
appId Number The App ID.
record Object The record object.
recordId Number The record ID
type String The event type.

Available Event Object Actions

Onload Event (mobile) - mobile.app.record.edit.show

An event triggered after the Record Edit page is displayed on the mobile.

Function

mobile.app.record.edit.show

Triggered Timing

  • After the Record Edit page is displayed on the mobile.

Properties of the Event Object

PROPERTY TYPE DESCRIPTION
appId Number The App ID.
record Object The record object.
recordId Number The record ID
type String The event type.

Available Event Object Actions

Limitations