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
Christopher Littlefield 6Christopher Littlefield 6 

Desperate to Delete Trigger but tripped up by Code Coverage

I am trying to delete a trigger on an Object that is no longer really being used.  The person who created it is no longer with the company.  I am not a developer and am having a heck of a time trying to deactivate this trigger using sandbox to production deployment.  This is holding up an installation that is supposed to happen this weekend.
Raj VakatiRaj Vakati
If you deactivate the trigger it's going to reduced the coverage. So better to delete the trigger.   
As you are an admin Use any one of these simple ways to delete the triggers 
  • Use eclipse to delete the trigger.  Refer this link  https://salesforce.stackexchange.com/questions/5776/deleting-triggers-classes-from-production
  • Use Gearset app.gearset.com to do this. Delete trigger is the sandbox and move its production by using Gearset. https://gearset.com/blog/destructive-changes-are-easy-with-gearset-deploy