ObjectPermissions
Defines object-level permissions, controlling user access to different Salesforce objects.
Columns
| Name | Type | ReadOnly | References | Description |
| Id [KEY] | String | True |
Unique identifier of the object permission entry. | |
| ParentId | String | False |
ID of the related permission set or profile that this object permission belongs to. | |
| ParentIdType | String | False |
Specifies the type of the 'ParentId' polymorphic field to use in the statement. | |
| ParentIdExternalFieldName | String | False |
Specifies the external field name of the 'ParentId' polymorphic field to use in an INSERT/UPDATE/UPSERT statement | |
| SobjectType | String | False |
API name of the object that these permissions apply to. | |
| PermissionsCreate | Bool | False |
Indicates whether users can create new records of the specified object. | |
| PermissionsRead | Bool | False |
Indicates whether users can view records of the specified object. | |
| PermissionsEdit | Bool | False |
Indicates whether users can edit existing records of the specified object. | |
| PermissionsDelete | Bool | False |
Indicates whether users can delete records of the specified object. | |
| PermissionsViewAllRecords | Bool | False |
Indicates whether users can view all records of the object, regardless of sharing rules. | |
| PermissionsModifyAllRecords | Bool | False |
Indicates whether users can edit and delete all records of the object, regardless of sharing rules. | |
| PermissionsViewAllFields | Bool | False |
Field containing PermissionsViewAllFields information. | |
| CreatedDate | Datetime | True |
Date and time when the object permission record was created. | |
| CreatedById | String | True |
User.Id |
ID of the user who created the object permission record. |
| LastModifiedById | String | True |
User.Id |
ID of the user who last modified the object permission record. |
| SOQL | String | False |
Specifies the SOQL query to execute against the Salesforce servers. If this pseudo column is set from the WHERE clause it will take precedence over the original query. | |
| ExternalIdColumn | String | False |
Specifies the external Id column to use if performing an insert. If this value is specified, upsert will be used when the INSERT command is called. | |
| FilterScope | String | False |
Optional scope to limit the records returned from queries. This property can take one of these values: Delegated, Everything, Mine, MineAndMyGroups, My_Territory, My_Team_Territory, or Team. | |
| SystemModstamp | Datetime | True |
System-generated timestamp for the last update of the object permission record. | |
| LastModifiedDate | Datetime | True |
Date and time when the object permission record was last modified. |