Change Management Flashcards

1
Q

What kind of changes are safe to make in production?

A

Changes that don’t affect the data:

  • new dashboards,
  • reports, and
  • email templates
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

Describe a typical development lifecycle for customizations in a production organization to provide some protection

A
  1. Create functional requirements.
  2. Develop and test changes using the Salesforce user interface. Create profiles to hide your changes until they’re fully tested.
  3. Update profiles to reveal your changes to the appropriate users.
  4. Notify people about the changes.
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

Can you write Apex code in a production organization?

A

No. It has to be migrated from the sandbox.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

What are change sets?

A

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.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

What’s the correct order for the three main stages of a good change management system?

A

Build, test and deploy

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

How do you create a sandbox?

A
  1. From Setup, enter Sandboxes in the Quick Find box, then select Sandboxes.
  2. Click New Sandbox.
  3. Enter a name and description for the sandbox.
  4. Select the type of sandbox.
  5. Click Start Copy.
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

What are the four stages of a deployment using change sets?

A
  1. Authorise deployment connections
  2. Create outbound change set in sandbox
  3. Upload from sandox to production
  4. Review inbound change and deploy
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

How are change sets used in between orgs?

A

You can upload a change set from one sandbox to another sandbox, or from sandbox to production, and vice versa.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

How do you deploy a change set?

A

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

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
10
Q
A
How well did you know this?
1
Not at all
2
3
4
5
Perfectly