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
Rajnarayan DeenadayalanRajnarayan Deenadayalan 

Salesforce to Salesforce Integration Using REST

I have a requirement
In which have to Integrate between Salesforce to Salesforce using REST
Could please provide any sample program to proceed with POC.
Sample worked example's or sites for reference are appreciated.
Naval Sharma4Naval Sharma4
Hi Rajnarayan,

Salesforce provide a simple way to connect two salesforce org and here is the link which can help you.
https://developer.salesforce.com/page/An_Introduction_to_Salesforce_to_Salesforce
http://www.jitendrazaa.com/blog/salesforce/salesforce-to-salesforce-integration-using-named-credentials-in-just-5-lines-of-code/

Do let me know if it helps you.

Thanks,
Naval
Naval Sharma4Naval Sharma4
One more for you.
Salesforce to Salesforce Integration Using REST API and OAuth
http://amulhai.blogspot.in/2015/11/salesforce-to-salesforce-integration.html
 
Piotr GajekPiotr Gajek

For future using, you can check the following blog: https://salesforceprofs.com/salesforce-to-salesforce-rest-api-integration/

It includes step by step Salesforce to Salesforce REST API Integration. 

Boris FrankBoris Frank

Hello Rajnarayan! Take a look at this article (https://skyvia.com/blog/salesforce-to-salesforce-integration). It shows in detail how to integrate one Salesforce org to another Salesforce org using REST API. In addition, it describes several alternative methods if you don't have much time for coding.