FieldPermissions
Defines field-level security settings, specifying user access permissions for individual fields.
Columns
| Name | Type | ReadOnly | References | Description |
| Id [KEY] | String | True |
Unique identifier of the field permission entry. | |
| ParentId | String | False |
ID of the parent object, typically referencing the permission set or profile. | |
| SobjectType | String | False |
API name of the object that the field belongs to. | |
| Field | String | False |
Fully qualified API name of the field the permissions apply to. | |
| PermissionsEdit | Boolean | False |
Indicates whether users can edit the field (true) or not (false). | |
| PermissionsRead | Boolean | False |
Indicates whether users can read the field (true) or not (false). | |
| SystemModstamp | Datetime | True |
Timestamp for when the record was last modified by the system. |