You need to sign in to do that
Don't have an account?
Aashika
Can you delete trigger and the class from production box using Eclipse tool 3.3.2?
Hi there,
I am trying to delete the trigger from the prod org using eclipse, so I did this in the metadata file:-
<?xml version="1.0" encoding="UTF-8"?>
<ApexTrigger xmlns="http://soap.sforce.com/2006/04/metadata">
<apiVersion>13.0</apiVersion>
<status>Inactive</status>
</ApexTrigger>
But, it still shows ACTIVE in the production.
How do I make this Trigger and the class associated to it as INACTIVE or delete them?
Is this possible.
Thanks
I am trying to delete the trigger from the prod org using eclipse, so I did this in the metadata file:-
<?xml version="1.0" encoding="UTF-8"?>
<ApexTrigger xmlns="http://soap.sforce.com/2006/04/metadata">
<apiVersion>13.0</apiVersion>
<status>Inactive</status>
</ApexTrigger>
But, it still shows ACTIVE in the production.
How do I make this Trigger and the class associated to it as INACTIVE or delete them?
Is this possible.
Thanks
http://www.salesforce.com/us/developer/docs/daas/salesforce_migration_guide.pdf (link)
For details on deleting metadata components using the IDE see this thread:
http://community.salesforce.com/sforce/board/message?board.id=apex&message.id=6580 (link)