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

Clickable Profile/Permission Sets #18

Closed hudec117 closed 8 months ago

hudec117 commented 3 years ago

We could make the names of the profiles/permission sets clickable, clicking on them would open a new tab showing the user the full profile/permission set in Classic or Lightning.

The link format would probably be https://[host]/[id] where "host" is the server hostname and "id" is the ID of the profile or permission set.

This will also mean that we need to retrieve the "Id" of the profile/permission set when querying for it.

hudec117 commented 8 months ago

Closing as not developing future features.