Changes

Learn how to track and manage changes in the Command Center

Overview

Usually, developing a new feature in Salesforce involves updating a range of metadata types and data. Moreover, there can be tasks and scripts involved. Using Changes, you can track the changes and instructions corresponding to every feature, big or small.

General

You can easily select the metadata types you want to include.

Changes supports every metadata type that Metadata API supports.

You can import changes directly if your source environment is enabled for Source Tracking.

Permissions

Specify and migrate access settings for Profiles and Permission Sets, including:

  • Object-level permissions

  • Field-level permissions

  • Tab settings

  • Visualforce pages

  • Apex classes

Data

Create a visual representation of your query by selecting specific objects and fields, navigating through parent-child relationships, and retrieving records from multiple objects in a single operation. You can configure to run either before or after metadata deployment.

Apex scripts

Automate the execution of anonymous code as part of your deployment process and specify whether it should run before or after metadata deployment.

Destructive changes

Track and manage destructive changes you want to make to your environment and specify whether they should be executed pre or post-deployment.

Tasks

Track and manage any manual steps in your deployment process, and specify whether they should be executed before or after metadata deployment.

Last updated