hudec117 / sf-user-perm-report

Salesforce User Permission Report allows you to see a report of all the permissions a user has and where they are set.
MIT License
10 stars 2 forks source link

Enhanced Tree View for Field Permissions #13

Closed hudec117 closed 3 years ago

hudec117 commented 3 years ago

As most environments have a lot of fields, expanding the "Field Permissions" type causes a lot of lag due to the large number of DOM elements to render.

This should be enhanced to show another tree view of the object names the fields belong to, then those can be expanded to show the individual field names and their accesses.