ObjectPermissions
Columns
Name
Type
ReadOnly
References
Description
Id [KEY]
String
True
Unique identifier of the ObjectPermissions.
ParentId
String
False
PermissionSet.Id
Label Parent ID corresponds to this field.
SobjectType
String
False
Label Sobject Type Name corresponds to this field.
PermissionsCreate
Boolean
False
Label Create Records corresponds to this field.
PermissionsRead
Boolean
False
Label Read Records corresponds to this field.
PermissionsEdit
Boolean
False
Label Edit Records corresponds to this field.
PermissionsDelete
Boolean
False
Label Delete Records corresponds to this field.
PermissionsViewAllRecords
Boolean
False
Label Read All Records corresponds to this field.
PermissionsModifyAllRecords
Boolean
False
Label Edit All Records corresponds to this field.
CreatedDate
Datetime
True
Label Created Date corresponds to this field.
CreatedById
String
True
User.Id
Label Created By ID corresponds to this field.
LastModifiedDate
Datetime
True
Label Last Modified Date corresponds to this field.
LastModifiedById
String
True
User.Id
Label Last Modified By ID corresponds to this field.
SystemModstamp
Datetime
True
Label System Modstamp corresponds to this field.
Last updated