Kintone JavaScript API Specifications
Pages Where Customizations Are Applied
JavaScript and CSS customizations can be uploaded and applied to Kintone. These customizations can either be Kintone system-wide customizations or Kintone App customizations.
Pages Where Kintone System-wide Customizations Are Applied
- The "View" page
- The "Add Record" page
- The "Edit Record" page
- The "Record Details" page
This also applies to the "Record Details" page that is opened via a notification from the App - The "Record Print" page (PC only)
- Charts
- Portal
- Space portal
- Threads
- People
- Messages
- Search
- Notifications (PC only)
- Marketplace (PC only)
- Top Page
- Apps By Category
- Search Results
- App Details
Pages Where Kintone App Customizations Are Applied
- The "View" page
- The "Add Record" page
- The "Edit Record" page
- The "Record Details" page
This also applies to the "Record Details" page that is opened via a notification from the App - The "Record Print" page (PC only)
- Charts
- All pages mentioned above in the App's test environment
Note
The customizations are not applied to the Apps attached to the following:
- Thread bodies of Spaces
- Announcement Widgets of Spaces
- Announcement Widgets of Portals
Attaching apps to the announcement section or threads of a space
Customizations On Preview Pages
Kintone Apps have a preview feature, where the App Administrator can access a preview environment of the App before deploying it. Although JavaScript customizations can run in these environments, any Kintone REST APIs used will affect the deployed environment. For example, a JavaScript code can display a button which will add a new record using the Add Record API. Accessing the preview pages and clicking this button will not create a new record in the App of the preview pages. A new record will be created in the deployed environment instead.
For more information on preview feature, refer to the following guide on the help site:
Performing Functional Tests on Apps