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
sudhIr NarayansudhIr Narayan 

Not able to update trigger in production.

Hi, 

 I am trying to update a triggr in production which has no error and 100% code coverage but while deploying it gives error of another trigger which is having 0% code coverage error Please suggest me how to deploy 

Thanks

Sudhir

sunny522sunny522
Hi Sudhir,
    First write testcase to other trigger and then deploy it.Next you can deploy the testcase of that update trigger which is in production.

2nd solution:you can deactive other trigger by following the link given below and then you deploy update trigger

http://salesforceglobe4u.blogspot.in/2013/12/how-to-activate-or-deactivate-trigger.html