Managing Projects with Sandboxes and Change Sets
One of the key things when it comes to effectively managing projects on the Salesforce platform is understanding sandboxes. A sandbox is a copy of your organization in a separate environment that you can use for a variety of purposes, such as testing and training. It also helps to understand how the right environment management strategy can help you ensure your code and configuration have been built and tested with quality before being deployed to your production environment. These changes are then deployed from a sandbox to your production environment using change sets.
We will cover the following topics in this chapter:
- Creating and using sandboxes
- Using different types of sandboxes
- Creating change sets
- Deploying change sets
With the help of these topics, you will be able to understand how to create sandboxes, as well as knowing which type of sandbox to create. You will also learn how to build...