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
UnemedUnemed 

Problem Deleting Triggers from Production

Hi All,

I have been facing difficulty while deleting the trigger from my production environment. I followed the steps given in this site : http://theenforcer.net/2008/12/how-to-delete-triggers-in-production/

However, it doesn't give you the option to delete the trigger as shown in following image.

http://i36.tinypic.com/29onwp2.jpg

 

I also noticed that it doesn't even give me the option to add the new trigger to the production.

Has anybody been through the same problem?

 

I would really appreciate for the hel.

 

Thanks in Advance,

Manish

meerameera

Try the following options

 

  1. Refresh your sandbox project in ecipse, after deleting it throuh UI and check whether it got removed from your workspace.If yes then deploy that to Prodution
  2. After deleting the trigger in Sandbox create a new project in your IDE and deploy triggers in to Production where you can see the delete option.
  3. Delete the trigger directly from your IDE and deploy that to Production.
UnemedUnemed

Thanks Meera,

I tried all the options but the triggers are still not deleted.

 

To make the things worse, I now have those triggers in the production envirionment, but I don't have them in my sandbox.

 

What should I do now?

 

-Manish