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
Sudhakar ReddySudhakar Reddy 

Regarding Sandboxes

Hi All,

 

 

For development  environment,  which sandbox needs to be used?

For testing environment,  which sandbox needs to be used?

For staging environment , which sandbox needs to be used?

For production environment,which sandbox needs to be used?

 

 

 

 


sfdcfoxsfdcfox

This oddly sounds like a set of test questions, so I'd take my answer with a grain of salt (and research), but here goes:

 

1) A Developer sandbox would normally be used (and is the most common for development).

2) A Configuration-Only sandbox would normally be used to test potential changes.

3) A Full Copy sandbox would be used to test changes on a copy of your live data.

4) You would never use a Sandbox for production-quality data, because that data could be lost at any time.

Anup JadhavAnup Jadhav
Sudhakar,

You really need to lookup the documentation at developer.force.com instead of asking these generic questions here.

If you have trouble understanding a specific concept, we can help you out. But please don't ask such questions, at least in the Apex forum. It is best suited in the "New to Cloud" forum.

Anup