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
LongneckJohnLongneckJohn 

Cant Create an Apex Class

I am trying to create my first APEX class. 

 

I go to setup/Develop/Apex Classes

 

I do not see a new button?

 

What am I doing wrong???

 

Thanks in advance for ony help!

 

John

Best Answer chosen by Admin (Salesforce Developers) 
zen_njzen_nj

I suspect you are doing this on your production instance, and not your sandbox or your development instance.

You can't create apex class (or triggers) directly on production. You need to create it on sandbox or development and then migrate that over to production either using ant or eclipse.