You need to sign in to do that
Don't have an account?

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.
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.
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
Salesforce to Salesforce Integration Using REST API and OAuth
http://amulhai.blogspot.in/2015/11/salesforce-to-salesforce-integration.html
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.
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.