SEL_ObjectPermission.ObjectPermissionType
Class
apex
global enum SEL_ObjectPermission.ObjectPermissionTypeA Permission that a User might have on a SObjectType.
Since: 1.0
Values
| Value | Description |
|---|---|
| global CREATE | User can create new object (of a given type). |
| global DEL | User can delete an existing object (of a given type). |
| global EDIT | User can edit an existing object (of a given type). |
| global MODIFY_ALL | User can edit all existing objects (of a given type). |
| global READ | User can view/read an existing object (of a given type). |
| global VIEW_ALL | User can view/read all existing objects (of a given type). |
Value Details
CREATE
apex
global CREATEUser can create new object (of a given type).
DEL
apex
global DELUser can delete an existing object (of a given type). Delete is a reserved word, hence the abbreviation.
EDIT
apex
global EDITUser can edit an existing object (of a given type).
MODIFY_ALL
apex
global MODIFY_ALLUser can edit all existing objects (of a given type).
READ
apex
global READUser can view/read an existing object (of a given type).
VIEW_ALL
apex
global VIEW_ALLUser can view/read all existing objects (of a given type).