IDEA: For any Salesforce Admin or developer, there is a requirement to View or Export how salesforce three core feature like Profiles, Users and PermissionSets are interlinked to each other.
For eg:- How many users belong to Profile "XYZ" and what are their permissionSets?
- How many users belong to PermissionSet "ABC" and what are their Profiles?
- Export all the Users with their profiles and with their permissionSets?
- and many more
It would be tedious job to open each entities one by one using Salesforce Standard process and make a count of every item.
These type of work requests would take much more effort and time, so one of the best option to overcome this situation is by using an appexchange app called Salesforce Bulk Object Field Creator (BOFC)
- 1. If user want to summarized the results by Profiles, then the final output (xls) will display each profiles and their related users and permission sets assigned to each users.
- 2. If user want to summarized the results by Users, then the final output (xls) will display each user and their profile and permission sets assigned to each users.
- 3. If user want to summarized the results by Permission Sets, then the final output (xls) will display each permission set and all the users assigned with their profile details
Below is the AppExchange URL for this application
https://appexchange.


































