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
susenkattasusenkatta 

Displaying data from one org in another

Hi All,

I have recently started working as a salesforce developer and I have a new requirement. My company uses two salesforce orgs for two different kinds of businesses. And now they require to display data on a custom object in one org to be displayed in another org.
For example, We have two orgs org1 and org2 and the requirement is to diplay the data on cusotm object in org1 to be displayed in org2. Can anyone suggest how this can be achieved?
SrikanthKuruvaSrikanthKuruva
See if this helps.
https://developer.salesforce.com/page/An_Introduction_to_Salesforce_to_Salesforce
Sfdc CloudSfdc Cloud
Hi,
As your requirement seems we can achieve with Salesforce to Salesforce  functionality.You need to setup Salesforce to Salesforce in your org.

Refer below link for Setup and learn about S2S
https://developer.salesforce.com/page/An_Introduction_to_Salesforce_to_Salesforce

I have found some interesting blog with some sort of code to acheive your requirement.
http://flexandsalesforce.blogspot.in/2011/07/salesforce-to-salesforce.html

If answer will help,mark it as best Answer to help others :)
susenkattasusenkatta
Hi guys, With the below solution, I need to create a custom object in org2 and then map using S2S. Is there any other way of creating a custom link or button in org2 which upon clicking takes to org1...