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
Eyal_WizEyal_Wiz 

old triggers in production environment

hi everyone,
 
i've deleloped and deployed a salesforce applocation with triggers in it before the test method requirment (i did it with unmanaged package).
now i want to update/de-activate/delete the trigger in the production account and can't.
 
i've tried doing this using the eclipse for doing this but i keep getting the following error:
 "Severity and Description Path Resource Location Creation Time Id Test coverage of selected Apex Class and Trigger is 0%, at least 75% test coverage is required  Salesforce OTA line 1 1205682890046 75"
 
i also tried to create an apex class with test method for this one, but when i try to save the class to the server i'm getting the same error.
 
any ideas of what am i doint wrong here?
 
Thanks alot
Eyal
 

 
mtbclimbermtbclimber
Have you tried the ant deployment tool?

You can download it from Setup > App Setup > Develop > Tools