How to delete an apex class or trigger from production org in salesforce
Steps :
Step 1: Open the sandbox org in force.com IDE(Eclipse).
Step 2: Open the matching .xml file of the class/trigger which we need to delete and change the status XML tag from "Active" to "Deleted".
Step 3: Save the file and then deploy the main class as well as associated .xml file to production.
No comments:
Post a Comment