Onload Event

Contents

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

An event triggered after the record details page is displayed on the desktop.

Function

app.record.detail.show

Triggered Timing

  • After displaying the record details page.
    Note that this also includes timings such as:
    • when viewing the record details page through notifications
    • after displaying the next record by clicking the "next" and "previous" icons
    • after clicking "Save" or "Cancel" on the record edit page
    • after the status of the process management has been proceeded

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

By returning a kintone.Promise object in the event handler, the next operations can be processed after waiting for asynchronous processes in the event handler to finish.

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

An event triggered after the record details page is displayed on the mobile.

Function

mobile.app.record.detail.show

Triggered Timing

  • After displaying the record details page.
    Note that this also includes timings such as:
    • after clicking "Save" or "Cancel" on the record edit page
    • after the status of the process management has been proceeded

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

By returning a kintone.Promise object in the event handler, the next operations can be processed after waiting for asynchronous processes in the event handler to finish.