Thursday, 4 February 2016





 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

Tools for Lightning Web Component Development

 Below are the tools required for Web Component Development 1. Chrome Browser (Prefered) You can download it from Google 2. Visual Studio Co...