How to Create a Sandbox in Salesforce
Need a test environment to experiment with customizations? Here's how to create a Salesforce sandbox:
- Go to Setup in the top right corner.
- Find Sandboxes by searching in the Quick Find box (Type "Sandboxes" and select it.)
- Click New Sandbox.
- Assign a name to your Sandbox.
- Choose Developer Sandbox, which is ideal for testing code changes and customizations (recommended for most users).
- Sandbox Access:
- User Group: Assign access to a specific user group.
- All Active Users: Grant access to all active users in your org.
- Click on Create to initiate the sandbox creation process. It may take some time (minutes to hours) for the sandbox to become available.
Note:
- Sandboxes are temporary environments, and data is not automatically copied back to production.
- Use sandboxes for testing and development purposes to avoid impacting your production environment.