function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
ChuckchoChuckcho 

Deleting all the development in Sand box

Is there anyway I can delete all the development in the sandbox at one place instead of finding each piece of code and then deleting. We are trying to have a new sandbox with no code or configurations in it. The new sand box was created from production and it has all the development in production. 

 

Thanks,

 

Srinivas

jhurstjhurst

Srinivas,

 

There is no super easy way.  The purpose of a sandbox is to be a mirror of production.


You can use the Force.com IDE to download a list of all of the current code in the system and then delete it from there and save the changes to the server.  This may work, depnding on the interconnectivity of your classes and setup objects.  


Unfortunately, the process will be a bit of trial and error until you get to a state you want.

 

Hope this helps.


Jay