Published at: 2026-09-17

environment-management-overview


Environment management helps administrators isolate configuration development, business testing, and formal release, reducing the risk of changes to the production environment.
[!WARNING] This article abstracts the sandbox and change set capabilities based on Salesforce Help and rewrites them within the directory framework of the original manual. Specific menu names, permission names, and product restrictions require manual review.

Business value

Environment management provides the following value to your enterprise:
  • Isolate production risk: You can configure and test features in a sandbox. Testing operations do not affect the production environment.
  • Improve release quality: You can validate change sets before release. After validation passes, deploy them to the target environment.
  • Support team collaboration: Development, testing, acceptance, and release can happen in different environments.
  • Keep release records: You can view validation, deployment, and failure reasons for traceability.

Core capabilities

Capability Description
Sandbox management Create, copy, log in to, and delete sandbox environments
Sandbox selection Choose a Development Sandbox, Partial Copy Sandbox, or Full Sandbox by data copy scope
Change set management Package metadata and send it to related environments
Inbound deployment Validate and deploy received change sets in the target environment
Deployment monitoring View validation, deployment history, and execution results

Typical usage path

  1. An administrator creates a sandbox environment.
  2. A configurator completes configuration changes in the sandbox.
  3. A tester completes business validation in the sandbox.
  4. A release administrator creates an outbound change set.
  5. The release administrator uploads the change set to the target environment.
  6. The target environment administrator validates the inbound change set.
  7. The target environment administrator deploys the inbound change set.
  8. The administrator views deployment status and history.

Capability boundaries

Environment management mainly handles configuration development, test isolation, and metadata release.
Change sets migrate metadata only, not business data. Data such as accounts, contacts, orders, and business records requires data migration or integration tools.

Related resources

Submit Feedback