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.
Copy records, files, and CML models between Salesforce orgs directly from VS Code. OrgBridge handles lookup field resolution, dependency ordering, and cross-org constraint sync automatically.
Features
Copy Records
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
By Composite Key
Matches the parent by 2+ field values combined (e.g. Name + AccountNumber)
By Salesforce ID
Copies the source ID as-is — safe when both orgs share the same record IDs
Open the OrgBridge panel from the Activity Bar (bridge icon)
Select a Source and Target org
Enter the SObject name (e.g. Contact) and click Load Fields
Configure fields and lookup resolution strategies
Paste record IDs or enter a WHERE filter
Click Start Copy →
For multi-object migrations, use the Plan Builder tab. For CML models, open CML Visual Builder from the sidebar.
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 in the status bar and the History tab.