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
yaswanth kumaryaswanth kumar 

Can you edit a apex classes and triggers in production environment in salesforce

Best Answer chosen by yaswanth kumar
SonamSonam (Salesforce Developers) 
No, its not possible to edit apex classes and triggers directly on production:
reference:
http://help.salesforce.com/apex/HTViewSolution?id=000005267&language=en_US

All Answers

SonamSonam (Salesforce Developers) 
No, its not possible to edit apex classes and triggers directly on production:
reference:
http://help.salesforce.com/apex/HTViewSolution?id=000005267&language=en_US
This was selected as the best answer
yaswanth kumaryaswanth kumar
Thanx