Activity Forums Salesforce® Discussions What tool can I use to extract Field Level Security information

  • What tool can I use to extract Field Level Security information

    Posted by Parul on August 29, 2018 at 6:08 am

    What tool can I use to extract Field Level Security information for all Profiles and Permission Sets in my Org?

    shariq replied 5 years, 6 months ago 3 Members · 2 Replies
  • 2 Replies
  • Anjali

    Member
    August 29, 2018 at 6:49 am

    To extract Field Level Security information for all Profiles and Permission Sets you can use any of the metadata API tools (like Workbench) for that.

  • shariq

    Member
    September 16, 2018 at 1:08 pm

    Hi,

    FORCE CLI with Sublime Text 3 Method:
    Fetch the profile you would like to edit by doing Right Click > Lightning > Fetch > Metadata then select Profiles, next select the profile you wish to Fetch. Afterwords edit the profiles/Admin.profile file (or whichever one you fetched), and add the field permissions you need.

    <fieldPermissions>
    <field>Custom_Object__c.Custom_Field__c</field>
    <editable>true</editable>
    <readable>true</readable>
    <hidden>false</hidden>
    </fieldPermissions>

    Hope this helps.

Log In to reply.

Popular Salesforce Blogs

Popular Salesforce Videos