Distributing or deploying Flows and Processes
Once you are done with Flow or Process development, the next step is to deploy it. There are a couple of ways through which you can deploy or distribute it. They are as follows:
- Change Sets
- Packages
Deploying using Change Sets
Change Sets allow you to deploy the Flows and Processes to a connected Salesforce organization such as your production environment.
Let's look at a business scenario. Alice Atwood is working as a system administrator at Universal Containers. She has developed a process in a Sandbox (Full Sandbox) and is done with the testing. She wants to migrate the newly created process to the production organization.
For the preceding business scenario, when both the Salesforce organizations are connected like a Full Sandbox and Production, it's a best practice to use Change Sets to deploy the components. In this chapter, we are going to focus on the alternative: using a package.
Note
You can learn more about deploying Flows or Processes using...