You need to sign in to do that
Don't have an account?
EMHDev
How to delete from production without deleting from Sandbox?
I'm getting an obscure error in production that doesn't occur in the test methods and doesn't occur in the sandbox. I want to delete my set of triggers, class and then the custom object from production and deploy again from the sandbox. Is there a way to do this without having to archive the code, delete it from the sandbox, deploy the deletions and put it back into the sandbox again? I would prefer to spare myself the pain and time involved in that!
You can find some useful information on deleting in Production in the following links.
Link 1
Link 2
Link 3
All Answers
You can find some useful information on deleting in Production in the following links.
Link 1
Link 2
Link 3
Thanks. I'd already found these, I'm leery of using ant and otherwise, as I said, I need to delete it from the sandbox first. I guess there is no way around it.