Events
-
Event Handling
On this page, we introduce how handlers can be attached to various Kintone events.
-
Event Object Actions
It is possible to perform actions such as disabling a field or displaying an error on a field by changing the properties of the event object and returning it.
-
Record List Events
Events triggered on the record list page
-
Record Details Events
Events triggered on the record detail page
-
Record Create Events
Events triggered on the record create page
-
Record Edit Events
Events triggered on the record edit page.
-
Graph Display Onload Event
Event triggered when a graph is displayed
-
Record Print Display Onload Event
Event triggered after the print page is displayed on the desktop
-
Portal Display Onload Event
This event triggers on the Kintone portal page.
-
Space Display Onload Event
This event triggers on the Kintone Space Portal after all widgets have been displayed.
-
Best practices for registering event handlers
For Kintone customizations, there are cases where Kintone cannot trigger an event when the page loads, if the event handler is registered too late.