What is Kintone Customization
Customize Kintone Features
By utilizing the Kintone JavaScript API, the UI/UX of Kintone can be customized.
Display and Hide Fields
Fields can be set to be displayed or hidden depending on values selected on a different field.
Field Validations
User inputs can be validated when adding and editing records.
Display a Confirmation Dialog when Saving
When saving a record, a dialog can be displayed to confirm the saving of the data. The dialog is displayed using the SweetAlert2 library.
Display Maps
Maps can be displayed on Kintone records using Openlayers and OpenStreetMap.
Integrate with 3rd Party Services
By utilizing the Kintone REST API, Kintone data can be integrated with 3rd Party Services. For example, data managed in Kintone can be backed up to external systems. Data can also be added, updated and edited from external systems.
Send Google Forms Submissions to Kintone
Data sent through Google Forms can be recorded into Kintone records.
Send Record Status Updates to Slack
When the statues of Kintone records become updated, this update can be notified into a Slack channel.
Back up Record Data into Azure
When a record is added into Kintone, the data can be stored in an Azure Table Storage.