API Updates for August 2026
API Updates
The next Kintone update is on 10th August 2026. The release also includes the following API updates.
Update Summary
The August 2026 update includes spec changes of JavaScript API events.
Kintone JavaScript API
Spec Changes
The Field Change Event can now be used on the Lookup field
The following field change events can now be used on the lookup field:
PC Version
app.record.create.change.(fieldcode)
An event triggered when a specified field value changes upon creating a new record.app.record.edit.change.(fieldcode)
An event triggered when a specified field value changes during the editing of a record.
Mobile Version
mobile.app.record.create.change.(fieldcode)
An event triggered when a specified field value changes upon creating a new record.mobile.app.record.edit.change.(fieldcode)
An event triggered when a specified field value changes during the editing of a record.
Product News
Be sure to check out the
Kintone Product Updates
on the product website for the latest news on feature improvements and important notices!