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
Shamsi 110Shamsi 110 

How to integrate salesforce to salesforce bidirectionally ?

Hello All,

I want to integrate Salesforce to Salesforce, So that i could move data back and fourth.

Scenario
I want to able move data from instance A to B. Then same data after modification could be push back to instance A from B . 
And then again this cycle could repeat.

The reason is both Organization wants to report on latest data and may work on same set of data in different organization.

Thanks,
Hasan Shamsi
Khan AnasKhan Anas (Salesforce Developers) 
Hi Shamsi,

Greetings to you!

You can use Salesforce to Salesforce to achieve this. Salesforce to Salesforce can be used to create this data sharing relationship. Salesforce to Salesforce is a natively supported feature of the Salesforce and easily enables two trading partners to share relevant data records between orgs.

Please refer to the below links which might help you further with the above requirement.

https://developer.salesforce.com/page/An_Introduction_to_Salesforce_to_Salesforce

http://www.jitendrazaa.com/blog/salesforce/getting-record-from-one-salesforce-organization-to-other/

http://www.jitendrazaa.com/blog/salesforce/salesforce-to-salesforce-integration-using-named-credentials-in-just-5-lines-of-code/


I hope it helps you.

Kindly 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 and Regards,
Khan Anas
Shamsi 110Shamsi 110
Hello Anas,

Thanks for replying.
Well the issue with S2S is we can although push data back and fourth but it will always insert new record. But as i told i will have to modify and exchange same data again and again with this both instances.