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
Reddy4sfdcReddy4sfdc 

REST API INTEGRATION

HI Friends,

 

I am new to salesforce..i have a doubt that, is it possible to integrate the salesforce organization to salesforce organization using RestFull API? we have a option in salesforce like salesforce o salesforce but i just want to implement this using RestFull API,Pease help me.if its possible please describe how to do...

 

Regards

Reddy

Scott_VSScott_VS

Salesforce has a "Salesforce to Salesforce" function built in to handle multiple originations:

 

http://wiki.developerforce.com/page/An_Introduction_to_Salesforce_to_Salesforce

 

But if you want to implement a RESTful system to transfer data, you might want to start with the integration workbook to get yourself familiar with OAuth and data retrieval.

 

http://www.salesforce.com/us/developer/docs/integration_workbook/index.htm