salesforce_manage_field_permissions
Manage Salesforce field-level security: grant/revoke read/edit access for profiles or permission sets, view current permissions, and bulk update across profiles.
Instructions
Manage Field Level Security (Field Permissions) for custom and standard fields.
Grant or revoke read/edit access to fields for specific profiles or permission sets
View current field permissions
Bulk update permissions for multiple profiles
Examples:
Grant System Administrator access to a field
Give read-only access to a field for specific profiles
Check which profiles have access to a field
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| editable | No | Grant/revoke edit access (default: true) | |
| readable | No | Grant/revoke read access (default: true) | |
| fieldName | Yes | API name of the field (e.g., 'Custom_Field__c') | |
| operation | Yes | Operation to perform on field permissions | |
| objectName | Yes | API name of the object (e.g., 'Account', 'Custom_Object__c') | |
| profileNames | No | Names of profiles to grant/revoke access (e.g., ['System Administrator', 'Sales User']) |