Skip to main content

How To Export Field Permissions for Multiple Objects for Multiple Profiles In Salesforce using BOFC App?

For Instance: Is there is a requirement for Salesforce admins or developers to perform below actions for single or multiple objects for multiple profiles:
      - Compare or Export Field Permissions (in XLS)
Solution: For a developer, managing field permissions actions for single or multiple objects in Salesforce is a tedious and time taking job. User would have to open each fielder profiles one by one for an object using Salesforce Standard process. These types of work requests would take much more effort and time, but with our Salesforce Appexchange Bulk Object Field Creator (BOFC) App user can (Compare or Export or Update) field permissions for multiple objects and for multiple profiles within same Salesforce org in few clicks.

Benefits of using BOFC Application:

  1. Supports both Standard and Custom Objects
  2. User can Compare or Exports Field permissions for single or multiple objects in a single click
  3. Admins can Update Field Permissions for Multiple Objects in XLS form
  4. Simple drag & drop UI
Sample Export Results for Field Permissions
Sample Export Results for Field Permissions

Explore below Steps to manage Field Permissions actions:

1. Open the BOFC Home > Goto Field Permissions Section

Goto Field Permissions Section

2. It will open below screen for Field Permissions

BOFC Field Permissions
 
3. Select any one “action type” from the radio buttons

"action type" from the radio buttons
 
4. If user select “Compare” or “Export”, it will show below screen:

"Compare" or "Export"
 
Please select single or multiple objects, and select single or multiple profiles. Once done then click on “Click to Initiate Export (as xls)” button.

5. Please don’t refresh your page, until the status is changed to “Completed”

BOFC Field Permission
 
Once it is completed, it will show below screen.

export "Field Permissions" for Multiple Objects
 
Click on the Download link as per the above image and your file for field permissions is ready for download for multiple objects.

Comments

Popular posts from this blog

Magento 2 Website Search Functionality: How to take it to the next level?

  Maximizing customer satisfaction is the sole target of a Magento store owner. And the only thing that affects buyers’ shopping journey is the inability to find the products they need. Such experiences result in cart abandonments on your eCommerce store. Missing Search Functionalities in Magento 2 Although the previous Magento 1 version offered standard features such as “like”, “full-text” and “combined” search types, the updated version fails to do so. Magento 2 allows your customers to search for products using the "full-text" search method only. The problem here is that such a method is incapable of bringing the desired results for stores having large product catalogs. Improving the Magento 2 Search Functionalities with Elastic Search Pro Extension The experts at Tech9logy Creators acknowledged this flaw and developed the Magento 2 Elastic Search Pro Extension . Our extension provides enhanced, advanced, accurate & quick search suggestions and deliberately increases...

Explore the Procedure to Install Magento 2 Auto Account Creation while Guest Checkout

As we all know M2 auto account creation extension creates customer account automatically when checkout as a Guest on your store for the first time. Few Simple Steps to Install Magento 2 Auto Account Creation  Extension in your eCommerce Store Step – 1  Check Permission Make sure the “app” directory of your Magento store and all directory  inside /app/ have full written permission. Important Note: Change all permission back after installation. Step – 2 Disable Compilation Log into Magento admin panel and go to System -> Tools ->  Compilation and disable the compilation. After Step 6 , you can run the compilation process again if need. Step – 3 Upload Files Extract the downloaded Zip file and upload App folder from the extension  package to the installation root directory of Magento. Step – 4 For Enable This Plugin, Run these SSH Commands Under  Magento Root Path php bin/magento module:enable Tech9logy_Guest  p...