You are here:
Edit User Profiles to Enable Relationship Graph Access
Salesforce enforces user profile restrictions for Apex classes that Aura and Lightning Web Components use. To access Relationship Graphs, users must have permission in their profiles or permission sets to access the APIGraphV1Controller and RelationshipGraphController Apex classes.
-
Go to Setup.
-
In Lightning Experience, click the gear icon and select Setup from the menu.
-
In Salesforce Classic, click the user menu and select Setup from the menu.
-
- In the Quick Find field, enter profiles, then click Profiles.
- Click the name of a profile for Relationship Graph users.
- On the profile page, click the Enabled Apex Class Access link.
- Click Edit.
- From the Available Apex Classes list, select the APIGraphV1Controller class.
- To move the class to the Enabled Apex Classes list, click the Add button.
- From the Available Apex Classes list, select the RelationshipGraphController class.
- To move the class to the Enabled Apex Classes list, click the Add button.
- Click Save.
- Repeat steps 3 through 10 for each profile for Relationship Graph users.

