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
Tony123Tony123 

Create New Apex Class- New button missing

In  my dev account I can add a new Apex class under Build, Code
 
In my live enterprise salesforce account , I cannot add a new Apex class as the New button is missing.
Why is that.
 
Thanks
 
JonPJonP
You cannot write code directly in a production environment, only in Developer Edition or Sandbox.  To deploy your Apex classes to an EE or UE environment, you must use the Force.com IDE's Deploy feature or the Apex Deployment Tool for Apache Ant.

For details, look in the Apex Developer's Guide under Getting Started > Introducing Apex > What is the Apex Development Process?
Tony123Tony123
Thank you