Get User's Record Permissions

Get User's Record Permissions- kintone.app.record.getPermissions()

Retrieves the record access permissions of the current record for the logged-in user.

Function

kintone.app.record.getPermissions()

Parameters

None

Returns

A Promise object.
The following values can be retrieved when the Promise object is fulfilled:

Property Type Description
editRecord Boolean The permission to edit the record
  • true: The user has permission to edit the record
  • false: The user does not have permission to edit the record
deleteRecord Boolean The permission to delete the Record
  • true: The user has permission to delete the Record
  • false: The user does not have permission to delete the Record

Available Pages

  • Record Details