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
skdevskdev 

sandbox refresh

When performing a complete sandbox refresh, will all the data be copied from Production instance.

For example, if i have static resources, custom setting values, custom labels will all these values be copied from production to dev sandbox.

 

ShaTShaT

Hi ,

 

The sandbox types are: Configuration Only Configuration-only sandboxes copy all of your production organization's reports, dashboards, price books, products, apps, and customizations under Your Name | Setup, but exclude all of your organization's standard and custom object records, documents, and attachments. Creating a configuration-only sandbox can decrease the time it takes to create or refresh a sandbox from several hours to just a few minutes, but it can only include up to 500 MB of data. You can refresh a configuration-only sandbox once per day.
Developer Sandbox Developer sandboxes are special configuration-only sandboxes intended for coding and testing by a single developer. They provide an environment in which changes under active development can be isolated until they are ready to be shared. Just like configuration-only sandboxes, developer sandboxes copy all application and configuration information to the sandbox. Developer sandboxes are limited to 10 MB of test or sample data, which is enough for many development and testing tasks. You can refresh a developer sandbox once per day.
Full Full sandboxes copy your entire production organization and all its data, including standard and custom object records, documents , and attachments. You can refresh a full-copy sandbox every 29 days. For more info https://ap1.salesforce.com/help/doc/en/create_test_instance.htm Thanks Shailu

skdevskdev

THank you so much for the information.

But my doubt is if i have a custom label , and static resource in dev when i do adev sandbox refresh will these values update with the prod instance value.