Kintone Events
Here are the events that can be used in Kintone.
Record List Events
| Document | Event |
|---|---|
| Onload Event | app.record.index.show |
| Inline Edit Event | app.record.index.edit.show |
| Save Submit Event | app.record.index.edit.submit |
| Save Submit Success Event | app.record.index.edit.submit.success |
| Delete Submit Event | app.record.index.delete.submit |
Record Details Events
| Document | Event |
|---|---|
| Onload event | app.record.detail.show |
| Delete Submit Event | app.record.detail.delete.submit |
| Proceed Process Event | app.record.detail.process.proceed |
Record Create Events
| Document | Event |
|---|---|
| Onload Event | app.record.create.show |
| Save Submit Event | app.record.create.submit |
| Save Submit Success Event | app.record.create.submit.success |
Record Edit Events
| Document | Event |
|---|---|
| Save Submit Event | app.record.edit.submit |
| Save Submit Success Event | app.record.edit.submit.success |
| Onload Event | app.record.edit.show |
Record Print Events
| Document | Event |
|---|---|
| Onload Event | app.record.print.show |
Graph Display Events
| Document | Event |
|---|---|
| Onload Event | app.report.show |
Portal Display Events
| Document | Event |
|---|---|
| Onload Event | portal.show |
Additional Information
On how handlers can be attached to various Kintone events, refer to Event Handling documentation.
Events are slightly different in Mobile view and when used from a Mobile app. For more information, refer to each event's documentation.
For best practices, refer to Best practices for registering event handlers article.