If I want to delete a bunch of classes and visualforce from the prod org, how do I go about doing this? Especially if there are dependencies like one class references another class.
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
The best way to do this is to create a Force.com project in the Eclipse force.com ide, and delete the class(es) and Visualforce page(s) directly from the IDE.
It might not delete your class or page if your test coverage is less than 75%.
Anup