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 Events
Events triggered when a graph is displayed.
-
Portal Display Events
Events triggered on the Kintone portal page.
-
Record Print Events
Events triggered on print page.
-
Space Display Events
Events triggered on the Kintone Space Portal.
-
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.