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
|
| deleteRecord | Boolean | The permission to delete the Record
|
Available Pages
- Record Details