API Updates for September 2020
API Updates
The next Kintone update is 11th September 2020. The release also includes the following API updates.
Update Summary
All of our API updates this month were centered around bug fixes! We're sorry to have caused any trouble for your projects, but we hope these fixes will solve any issues that you may have ran into.
Be sure to check out the latest tasty Kintone Product Updates on the product website!
Kintone JavaScript API
Bug fixes
The following bugs will be fixed with the update:
- Fields stay greyed out even after making them editable, when using the Lookup field on the smartphone
- Related APIs
-
Record Create: Onload Event
mobile.app.record.create.show
-
Record Create: Field Change Event
mobile.app.record.create.change.(fieldcode)
-
Record Edit: Onload Event
mobile.app.record.edit.show
-
Record Edit: Field Change Event
mobile.app.record.edit.change.(fieldcode)
-
Set Record Value
kintone.mobile.app.record.set()
-
Record Create: Onload Event
- Conditions
When all of the following conditions apply:- The Related APIs are used on the smartphone to make fields editable
- The target fields are fields set for the Field Mapping options of the Lookup field settings
- Related APIs
- Width of fields within Table fields are disrupted, when adding a new row to a Table field with hidden fields
- Related APIs
-
Show or Hide a Field
kintone.app.record.setFieldShown()
-
Show or Hide a Field
- Related Field Types
- Text area field
- Rich text field
- Lookup field
- Conditions
When all of the following conditions apply:- The Related APIs are used to hide fields in a Table field on the desktop
- A row is added to that Table field
- Related APIs
- An error related to entities not being found is shown, when using APIs to retrieve query strings on the Record List page
- Related APIs
-
Get Record List Query
kintone.app.getQueryCondition()
kintone.mobile.app.getQueryCondition()
-
Get Record List Query (with order by, limit, offset)
kintone.app.getQuery()
kintone.mobile.app.getQuery()
-
Get Record List Query
- Conditions
When all of the following conditions apply:- The Related APIs are used to retrieve the query string
- The query string includes both AND and OR operators
- Filtered fields include User selection, Department selection or Group selection fields
- Related APIs
- Records can be saved, when Lookup fields are set to be uneditable and contain values that cannot be looked up
- Related APIs
- None
- Conditions
When all of the following conditions apply:- The Record Create page or Record Edit page is displayed on the Desktop
- The value set in the Lookup field is a value that cannot be looked up from the Datasource App
- The Lookup field is set to be uneditable
- Related APIs
- Field groups cannot open/close with APIs when using Firefox or Internet Explorer 11
- Related APIs
-
Open Field Group
- kintone.app.record.setGroupFieldOpen()
-
Open Field Group
- Conditions
When all of the following conditions apply:- Firefox or Internet Explorer 11 is being used
- The Related APIs are used to open/close Field groups in the following events:
- A Rich text field is placed within the targeted Field group
- Related APIs