You need to sign in to do that
Don't have an account?

Serious Issue with SFDC production trigger
Dear all,
I have very critical issue with production trigger, as it not allowing me to inactivate it.
I've changed the corresponding meta xml under each trigger and tried to Deploy to Server thru eclipse, but it doesn't update in production!!! :-( This is very very critical,as i need to disable the trigger very soon now. Please help me what could be the solution to edit/inactivate the trigger?
<?xml version="1.0" encoding="UTF-8"?>
<ApexTrigger xmlns="http://soap.sforce.com/2006/04/metadata">
<active>false</active>
<apiVersion>10.0</apiVersion>
</ApexTrigger>
Thanks in advance
Mark
Dear Mark,
thanks for the immediate response! :-)
Actually, we tried to update the meta xml and changed the <Status>element value to Inactive from Active and that doesn't help even after Deploy to Server from eclipse.
Then we modifed the trigger and right click under unpackaged directory and select Force.com->Save to server and then did Deploy to Server. but i shocked server doesn't accept our modification and still showing the previous code what was there already! But it worked perfectly, when i tried from sandbox environment. This is really weird. Even if we comment out the code trigger and do Deploy to server, would this prodction server accept it?
Thanks again Mark.
Please Simon or some expert You people has to give us the solution as we are suffering a lot !
Mark
Set a debug log on yourself in Setup -> Monitoring -> Debug Logs. If I'm wrong you will see a successful Run All Tests including whatever edits you're trying to make. If I'm not, you'll get the line number where it's failing.
Usually all of this stuff goes away if you start a new workspace -- close Eclipse, re-open, make sure it's an empty directory. Re-download the /src/unpackaged from the production org, and then do what Mark's saying. Maybe try support too?