Skip to main content
I have a few legacy APEX triggers that I'm interested in removing from my org. When I try to do this, however, I am getting a code coverage error that prevents me from deploying my changeset. The triggers were written by a consulting firm several years ago and are no longer needed. I'd like to solve this without them if possible.

 

We don't have any triggers outside of those created by managed packages and the ones written by the consultants, so I'm not sure how removing this code is causing this issue, as I assume the remaining code should have enough coverage. Any suggestions?
2 answers
  1. Dec 15, 2020, 7:44 PM
    There may be some dependencies on each other. Are you allowed to post the code snippets here?
0/9000