function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
Laura GilLaura Gil 

How to associate objects which belong to different Salesforce orgs? Best Practices

Hi together,
I am looking for technical/architechture advice.
 
We would like to associate two objects, but one of them is in a Salesforce org and the another in another Salesforce org.
For example, Sales Contracts/Subscriptions with CPQ are in one org (our suctomer is using this org for years). We would like to associate Entitlements with Sales Contracts. Entitlements are in another org.
 
Are there ways to link or associate both objects which belong to different orgs?.
AbhishekAbhishek (Salesforce Developers) 
Hi,

You can use Salesforce to Salesforce to sync objects/records between both Org's. 

https://help.salesforce.com/articleView?id=business_network_intro.htm&type=5&sfdcIFrameOrigin=null

You can use Salesforce Connect to bring records into an External Object and then relate these to Salesforce Records. 

https://help.salesforce.com/articleView?id=platform_connect_about.htm&type=5&sfdcIFrameOrigin=null


Let me know if it helps you and close your query by marking it as solved so that it can help others in the future.

Thanks.