adspace
Can you edit an apex trigger/ apex class in a production environment?
Answer Posted / Pratibha Nandan
No, Apex triggers and classes cannot be edited directly in the production environment. To make changes to Apex code in production, you must first test the new code in a sandbox, and then deploy the changes using Change Sets or Metadata API/DX.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers