Promotion Model
Promoting a change means exporting it from the source environment as a dataset and importing that same dataset into the target — never re-building the change by hand in each org.
Rules
- One dataset per promotion. The export that goes to SIT is the export that goes to UAT. Do not re-export from a later state of DEV.
- package.xml is the scope contract. If it is not in the package.xml, it does not move. Review the package.xml as part of the change review.
- No manual configuration in target orgs. If something must exist in SIT, it must arrive there via an import.
- Failures are fixed at the source. If an import fails, fix in DEV, re-export, and re-import — do not patch the target directly.
Stub
Add the worked example with screenshots: exporting a real change from DEV and importing into SIT, including the result screens.