API Updates for April 2019
API Updates
The next Kintone update is 12th April 2019. The release also includes the following updates.
Kintone JavaScript API
Spec changes
- An event will be triggered when pagination occurs on the mobile record list
- Relevant API:
-
Record List Onload event (mobile)
(
mobile.app.record.index.show
)
-
Record List Onload event (mobile)
(
- Spec change details:
- The mobile Record List Onload event will be triggered when the user navigates through the record list by using the "Next" or "Previous" buttons.
- Note:
- This feature is available in the new Kintone mobile version that will be officially released in May 2019. However, this feature may be accessed early through the preview version of the new mobile UI. For details on setup of the preview version of the new mobile UI, see the
Enable In-Development Mobile UI
article from the Kintone Help.
- This feature is available in the new Kintone mobile version that will be officially released in May 2019. However, this feature may be accessed early through the preview version of the new mobile UI. For details on setup of the preview version of the new mobile UI, see the
Enable In-Development Mobile UI
- Relevant API:
- New properties will be added to the Event Object of the mobile Record List Onload event
- Relevant API:
-
Record List Onload event (mobile)
(
mobile.app.record.index.show
)
-
Record List Onload event (mobile)
(
- Spec change details:
- The following properties will be added to the Event Object of the mobile Record List Onload event, if the View Type is a List View:
- viewType
- records
- offset
- size
- The following properties will be added to the Event Object of the mobile Record List Onload event, if the View Type is a List View:
- Notes:
- Event Objects of Calendar Views and Custom Views will not contain the properties listed above.
- This feature is available in the new Kintone mobile version that will be officially released in May 2019. However, this feature may be accessed early through the preview version of the new mobile UI. For details on setup of the preview version of the new mobile UI, see the
Enable In-Development Mobile UI
article from the Kintone Help Center.
- Relevant API:
Other updates
- The API documents will be updated to state that the Record Details Onload event will be triggered after the Proceed Process event is triggered.
- Relevant APIs:
-
Record Details Onload event (desktop)
(
app.record.detail.show
) -
Record Details Onload event (mobile)
(
mobile.app.record.detail.show
) -
Update Status event (desktop)
(
app.record.detail.process.proceed
) -
Update Status event (mobile)
(
mobile.app.record.detail.process.proceed
)
-
Record Details Onload event (desktop)
(
- Update details:
- After the Update Status event has been triggered, the Record Details Onload event will be triggered. This is applicable to both the desktop and mobile versions of the events. This was how it always used to work, but it was not officially documented on this website.
- Relevant APIs: