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
abhaabha 

Permission required to create apex class

I have created new user for my account. For that I cloned the 'Standard User' profile and created new profile named 'Basic User'. In this profile, I gave access rights to one of my App through permission set.

Initially that new user was unable to create objects. So I Enabled some of the "Administrative Permissions" like  'Customize Application', 'Modify All Data'. Now user can create objects and Visualforce pages.

This user should also be able to create apex controller class. Which permission must be enabled for that?

Any response will be greatly appreciated!!

 

goabhigogoabhigo

You need to select Author Apex under Administrative Permissions, under that profile.

 

Let me know if you need more clarity.