Skip to content
| Marketplace
Sign in
Visual Studio Code>Other>OrgBridge — Salesforce Org Data MigrationNew to Visual Studio Code? Get it now.
OrgBridge — Salesforce Org Data Migration

OrgBridge — Salesforce Org Data Migration

Vikas Builds

|
1 install
| (0) | Free
Copy records between Salesforce orgs with automatic lookup resolution. Supports External ID, Composite Key, and ID-map strategies. Works with Bulk API v2.
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

OrgBridge — Salesforce Org Data Migration

Copy records between Salesforce orgs directly from VS Code. OrgBridge handles lookup field resolution automatically so related records land in the right place in the target org.


Features

Copy Records tab

  • Pick any SObject, load its schema, and choose exactly which fields to copy
  • Filter records by pasting specific IDs or writing a SOQL WHERE clause
  • Configure how each lookup field is resolved in the target org

Lookup Resolution Strategies

Strategy How it works
By External ID Sends the parent's External ID value in the Bulk API payload — Salesforce resolves it server-side. No pre-querying needed.
By Composite Key Matches the parent by 2+ field values combined (e.g. Name + AccountNumber). OrgBridge pre-queries the target org and builds a lookup map.
By Salesforce ID Copies the source ID as-is. Only safe when both orgs share the same record IDs (e.g. full sandbox refresh).
Skip / Null Leaves the lookup field empty in the target.

Plan Builder tab

  • Define multi-object migration plans (Account → Contact → Opportunity)
  • Analyze dependencies to determine the correct insert order automatically
  • Save plans as JSON files and reload them later

History tab

  • View all past migration jobs with created / updated / failed counts

Requirements

  • Salesforce CLI (sf) installed and authenticated orgs (sf org login)
  • VS Code 1.85+

How to use

  1. Open the OrgBridge panel from the Activity Bar (bridge icon)
  2. Select a Source and Target org
  3. Enter the SObject name (e.g. Contact) and click Load Fields
  4. Click Configure Fields & Lookups to choose fields and set lookup resolution strategies
  5. Paste record IDs or enter a WHERE filter
  6. Click Discover Related Objects to see which parent objects will be copied
  7. Click Start Copy → to run

For multi-object migrations, use the Plan Builder tab.


Bulk API v2

All data operations use Salesforce Bulk API v2 via the SF CLI. Jobs run asynchronously and OrgBridge polls for completion. Progress is shown in real time.


License

MIT

  • Contact us
  • Jobs
  • Privacy
  • Manage cookies
  • Terms of use
  • Trademarks
© 2026 Microsoft