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. | |
| SobjectType | String | False |
API name of the object that these permissions apply to. | |
| PermissionsCreate | Boolean | False |
Indicates whether users can create new records of the specified object. | |
| PermissionsRead | Boolean | False |
Indicates whether users can view records of the specified object. | |
| PermissionsEdit | Boolean | False |
Indicates whether users can edit existing records of the specified object. | |
| PermissionsDelete | Boolean | False |
Indicates whether users can delete records of the specified object. | |
| PermissionsViewAllRecords | Boolean | False |
Indicates whether users can view all records of the object, regardless of sharing rules. | |
| PermissionsModifyAllRecords | Boolean | False |
Indicates whether users can edit and delete all records of the object, regardless of sharing rules. | |
| 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. |
| LastModifiedDate | Datetime | True |
Date and time when the object permission record was last modified. | |
| LastModifiedById | String | True |
User.Id |
ID of the user who last modified the object permission record. |
| SystemModstamp | Datetime | True |
System-generated timestamp for the last update of the object permission record. |