Set Field Level Security
sf_create_field_level_securitySet field-level security on a custom field for multiple profiles, specifying read and edit permissions per profile.
Instructions
Sets field-level security (FLS) for a field across one or more profiles, controlling whether each profile can read and/or edit the field. Use after creating a custom field to make it visible and editable to the right profiles.
objectName: object API name fieldName: field API name (e.g. 'Revenue__c') profiles: array of {profileName, readable, editable}
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| profiles | Yes | Profile-level field access settings | |
| fieldName | Yes | Field API name, e.g. 'Revenue__c' | |
| objectName | Yes | Object API name, e.g. 'Account' |