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:
    • 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 (External link) article from the Kintone Help.
  • New properties will be added to the Event Object of the mobile Record List Onload event
    • Relevant API:
    • 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
    • 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 (External link) article from the Kintone Help Center.

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.