SEL_ObjectPermission.ObjectPermissionType
Class
apex
global enum SEL_ObjectPermission.ObjectPermissionTypeA Permission that a User might have on a SObjectType.
Inner Classes
| Class | Description |
|---|---|
| CREATE | User can create new object (of a given type). |
| DEL | User can delete an existing object (of a given type). |
| EDIT | User can edit an existing object (of a given type). |
| MODIFY_ALL | User can edit all existing objects (of a given type). |
| READ | User can view/read an existing object (of a given type). |
| 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).