Tutorials & Real World Scenarios
Step-by-step guides for common migration scenarios.
Scenario A: The Full-Scale Migration
Goal
Refresh a Sandbox with Revenue Cloud data.
Steps:
- Navigate to the Connections & Mode tab
- Select Direct Mode
- Authorize your Source and Target orgs
- Select the revenue-cloud-advanced plan
- Click Start Migration
- Monitor progress in the Job Monitor
Scenario B: The Surgical Strike
Goal
Migrate only Products and Pricebooks.
Steps:
- Select a Standard Plan (e.g., revenue-cloud-advanced)
- Uncheck "Execute full plan?"
- In the SObject table, check boxes for:
- Product2
- PricebookEntry
- Click Start Migration
Scenario C: The Flexible Query
Goal
Add custom fields on the fly.
Steps:
- Select your migration plan
- In the SObject Table, find the row for Product2
- In the "Add Custom Fields" column, enter:
Tier__c, Launch_Region__c - Click Start Migration
Scenario D: The Time-Bound Migration
Goal
Migrate only recent data.
Steps:
- Select your migration plan
- In the SObject Table, find the objects you want to filter
- In the "Append WHERE Clause" column, enter:
LastModifiedDate > 2025-09-15T00:00:00Z - Click Start Migration
Scenario E: The Quick Fix (Ad-Hoc)
Goal
Run a one-off query with a complex key.
Steps:
- Go to the Custom Query tab
- Enter your SOQL query:
SELECT Id, Name, Product2Id FROM PricebookEntry WHERE IsActive = true - Select Composite Key as the matching strategy
- Enter key fields:
Pricebook2.Name, Product2.Sku - Click Execute
Pro Tips
- Always use "View Plan" before running a migration to understand the execution strategy
- Start with small test migrations to validate your configuration
- Save your configurations for reuse across multiple migrations
- Monitor the Job Monitor closely during large migrations
- Keep failure logs for troubleshooting and audit purposes