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
desidskdesidsk 

What is sandbox ?

hi,

 

can anybody plz explain what is diffrence between develper edition and sandbox ?

 

Thanks,

daya

Best Answer chosen by Admin (Salesforce Developers) 
JonPJonP

Developer Edition is a free 'playground' environment for developers to experiment with the myriad Salesforce CRM and Force.com platform features.  It's a great place to learn how Force.com technologies work, run through workbook exercises and other training materials, and begin to build applications.  In a Developer Edition organization, you can write Apex code directly without worry about test coverage, because it's not a real production environment.  Developer Edition organizations are also used by ISVs to build and publish applications to the AppExchange.  But Developer Edition organizations only allow a few named user logins, as they cannot be used directly for running applications for commercial purposes.

 

Sandbox is an enterprise feature of the Force.com platform for developing customizations and code changes in isolation from production users and data.  A Sandbox is a copy of a production organization and can be created at the click of a button, and refreshed/replaced with a fresh copy from production every 29 days.  You cannot write Apex code directly in a production organization; instead you create a sandbox, write your code and tests, and deploy them to production when everything's working.

 

Sandbox is included with Enterprise Edition and Unlimited Edition, as well as Force.com Free Edition.

 

In terms of which one is right for you, it depends on whether you're an individual developer learning the platform, an ISV writing applications for others, or a direct customer of salesforce.com using Enterprise Edition, Unlimited Edition, or Free Force.com Edition to run parts of your business.

 

Jon

salesforce.com Product Manager

All Answers

Pradeep_NavatarPradeep_Navatar

Developer Edition :  Developer Edition provides access to the Force.com platform and API. It allows developers to extend the Salesforce.com system, integrate with other applications, and develop new tools and applications. Developer Edition provides access to many of the features available with Enterprise Edition.

 

Sandbox : Salesforce.com gives you the ability to create multiple copies of your organization in separate environments for a variety of purposes, such as testing and training, without compromising the data and applications in your Salesforce.com production organization. These copies are called sandboxes and are nearly identical to your Salesforce.com production organization.

 

Sandboxes are completely isolated from your Salesforce.com production organization, so operations you perform in your sandboxes do not affect your Salesforce.com production organization, and vice-versa.

 

There are three types of sandboxes:
Configuration Only
Configuration-only sandboxes copy all of your production organization's reports, dashboards, price books, products, apps, and customizations under 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.
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.
Full Sandbox
Full sandboxes copy your entire production organization and all of its data, including standard and custom object records, documents, and attachments.
JonPJonP

Developer Edition is a free 'playground' environment for developers to experiment with the myriad Salesforce CRM and Force.com platform features.  It's a great place to learn how Force.com technologies work, run through workbook exercises and other training materials, and begin to build applications.  In a Developer Edition organization, you can write Apex code directly without worry about test coverage, because it's not a real production environment.  Developer Edition organizations are also used by ISVs to build and publish applications to the AppExchange.  But Developer Edition organizations only allow a few named user logins, as they cannot be used directly for running applications for commercial purposes.

 

Sandbox is an enterprise feature of the Force.com platform for developing customizations and code changes in isolation from production users and data.  A Sandbox is a copy of a production organization and can be created at the click of a button, and refreshed/replaced with a fresh copy from production every 29 days.  You cannot write Apex code directly in a production organization; instead you create a sandbox, write your code and tests, and deploy them to production when everything's working.

 

Sandbox is included with Enterprise Edition and Unlimited Edition, as well as Force.com Free Edition.

 

In terms of which one is right for you, it depends on whether you're an individual developer learning the platform, an ISV writing applications for others, or a direct customer of salesforce.com using Enterprise Edition, Unlimited Edition, or Free Force.com Edition to run parts of your business.

 

Jon

salesforce.com Product Manager

This was selected as the best answer
3CMarketing3CMarketing

Can you access a sandbox with a developer license, or do you have to have an enterprise seat to access the sandbox?  I have a developer who doesn't need access to SF production, but will need access to the sandbox.

Tran ManTran Man

Your developer can sign up with the Force.com Free Edition which has sandbox and production orgs.

byun1.3952390642351682E12byun1.3952390642351682E12
How can you tell which Sandbox you have?