function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
Diwakar GDiwakar G 

Developer console visibility

Hi,
Is developer console option is visible for a user if the user profile is system administrator only. Then how to run Visualforce page if the user profile is other than system administrator?
Best Answer chosen by Diwakar G
Naveen DhanarajNaveen Dhanaraj
GO TO,
setup >> Quickfind >> User >> Scroll Down to assign permission set to user >> click Edit assignments to Add.

All Answers

Naveen DhanarajNaveen Dhanaraj
To use the Developer Console at all, you need the View All Data permission.

To run queries, you need to have the API Enabled permission.

To modify classes and triggers or run anonymous code, you need to have Modify All Data, Author Apex, and View Setup and Configuration.

To change Visualforce pages, components, Lightning, etc, you need the Customize Application permission.
 
Rahul.MishraRahul.Mishra
Hi,

Check your profile and user license , if your user license is Salesforce then you can access Dev Console. If want to access ask to change the user license to salesforce to use dev console.

Mark Solved if it does helps you.
SandhyaSandhya (Salesforce Developers) 
Hi,

In Classic From Setup go to Build --Develop-- Lightning Components--Visual force Pages-- then click preview.

According to salesforce document you need:

Available in: Unlimited, Developer, Enterprise, and Database.com Editions

User PermissionsNeededTo use the Developer Console:“View All Data”
To use the execute anonymous text entry box:“Author Apex”
To save changes to Apex classesand triggers:“Author Apex”

To open the Developer Console from Lightning Experience:
Click the setting gear icon on top of the page there you will get the Developer Console

Please mark it as solved if my reply was helpful, it will make it available
for others as a proper solution.

Best Regards,
​Sandhya
 


 
Diwakar GDiwakar G
Thanks for reply. Even though user license is Salesforce, if i select profile as system administrator the developer console option is visible for user. For remaining profile options it is not visible.
Naveen DhanarajNaveen Dhanaraj
Check the user Profile have specific above permissions to access the Developer console..
Diwakar GDiwakar G
Thanks for reply. How to check the above permission. In permission set the following label is available which one to select?User-added image
Naveen DhanarajNaveen Dhanaraj
GO TO,
setup >> Quickfind >> User >> Scroll Down to assign permission set to user >> click Edit assignments to Add.
This was selected as the best answer