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
krishnagkrishnag 

how to make a trigger inactive in production

how to make a trigger inactive in production

Best Answer chosen by Admin (Salesforce Developers) 
krishnagkrishnag

got it go to eclipse ---> clicck on the XML schema of trigger and change the acive status as inactive and save to server.

All Answers

krishnagkrishnag

got it go to eclipse ---> clicck on the XML schema of trigger and change the acive status as inactive and save to server.

This was selected as the best answer
nagalakshminagalakshmi

Hi Krishna,

 

I have done like this. But i got the error as 'Average test coverage across all Apex Classes and Triggers is 74%, at least 75% test coverage is required'. Please help me how to solve this. Its very urgent for me..

 

Thanks,

Laskhmi

kantravikantkantravikant
Get the XML file of Trigger into Eclipse and change Status from Active to Inactive and save to server.

Same steps to make active.
CarlRCarlR
Doesn't work the way it used to.