Change Management Flashcards
What kind of changes are safe to make in production?
Changes that don’t affect the data:
- new dashboards,
- reports, and
- email templates
Describe a typical development lifecycle for customizations in a production organization to provide some protection
- Create functional requirements.
- Develop and test changes using the Salesforce user interface. Create profiles to hide your changes until they’re fully tested.
- Update profiles to reveal your changes to the appropriate users.
- Notify people about the changes.
Can you write Apex code in a production organization?
No. It has to be migrated from the sandbox.
What are change sets?
Use change sets to send customizations from one Salesforce org to another. Change sets can only contain modifications you can make through the Setup menu. For example, you can’t use a change set to upload a list of contact records.
Also, the target organization (in this scenario, the production organization) can choose when to deploy the change set it has received.
What’s the correct order for the three main stages of a good change management system?
Build, test and deploy
How do you create a sandbox?
- From Setup, enter Sandboxes in the Quick Find box, then select Sandboxes.
- Click New Sandbox.
- Enter a name and description for the sandbox.
- Select the type of sandbox.
- Click Start Copy.
What are the four stages of a deployment using change sets?
- Authorise deployment connections
- Create outbound change set in sandbox
- Upload from sandox to production
- Review inbound change and deploy
How are change sets used in between orgs?
You can upload a change set from one sandbox to another sandbox, or from sandbox to production, and vice versa.
How do you deploy a change set?
1 - Authorize a Deployment Connection in the target org
Setup > Deployment Settings > Allow Inbound Changes
2- Create and Upload an Outbound Change Set in the source org
Setup > Outbound Change Sets > New > … > Upload
3- Validate an Inbound Change Set
Setup > Inbound Change Sets > Validate
4- Deploy an Inbound Change Set
Setup > Inbound Change Sets > Deploy