You need to sign in to do that
Don't have an account?
fsiddiq3
How do delete apex class, triggers out of production?
Does anyone know how to delete apex classes and triggers out of production? I logged into the sandbox, deleted the apex classes and triggers and then tried to use IDE to delete the same classes and triggers but I only see the option to add or overwrite, not delete. Can anyone assist me with this? Any help would be greatly appreciated, thanks!
Fahad
make sure they are deleted out of the navigation/browsing area in Eclipse itself. Eclipse doesn't tell one instance to deploy to another, it grabs a local copy to your file system and pushes it directly. This means that if you only had the option to overwrite, those files were still locally on your machine.
Once they don't exist locally, the delete options will appear in the deploy window.
All Answers
make sure they are deleted out of the navigation/browsing area in Eclipse itself. Eclipse doesn't tell one instance to deploy to another, it grabs a local copy to your file system and pushes it directly. This means that if you only had the option to overwrite, those files were still locally on your machine.
Once they don't exist locally, the delete options will appear in the deploy window.
This worked perfectly! I deleted all my old instances in Eclipse and created a new project. Thanks so much for your help!
Fahad