API Updates for October 2020
API Updates
The next Kintone update is 9th October 2020. The release also includes the following API updates.
Update Summary
October's update introduces APIs to retrieve field elements on the mobile. With this update, customizations for setting text colors and background colors to fields can be applied on both the desktop view and the mobile view.
Kintone JavaScript API
New features
- A new API will be added for the mobile view, that retrieves the field elements of fields in the Record List page.
- Relevant API
kintone.mobile.app.getFieldElements(fieldCode)
- Details
- This is the mobile version of the Get Record Field Elements API .
- Relevant API
- A new API will be added for the mobile view, that retrieves the field element of a field in the Record Details page.
- Relevant API
kintone.mobile.app.record.getFieldElement(fieldCode)
- Details
- This is the mobile version of the Get Record Field Element API .
- Relevant API