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
Alan Christensen 6Alan Christensen 6 

S2S within the same org?

Is it possible to use S2S between 2 different Sandboxes (Say Dev to Test) withing the same Org?  If so, how do I set this up?
Łukasz BieniawskiŁukasz Bieniawski
Hi Alan,

You can use Lightning Connect:
  • Go to Build-> Develop -> External Data Sources (or just paste it in the search box)
  • Click New External Data Source button
  • Provide data (i.e. Type: Lightning Connect: Salesforce; Connect to: Sandbox URL; Authentication protocol: Password Authentication) and click Save button
  • Click Validate and Sync button
  • Choose objects you woud like to sync and after that click Sync button
More info you can find here: https://help.salesforce.com/HTViewHelpDoc?id=xorg_add_external_data_source.htm&language=en_US (https://help.salesforce.com/HTViewHelpDoc?id=xorg_add_external_data_source.htm&language=en_US)

Hope this helps,
Lukasz
Alan Christensen 6Alan Christensen 6
Hi Lukasz,

Thanks for the reply.  We are planing to use Salesforce To Salesforce with our parent Org.  I just wanted to experiment with it first before going to our parent org. with the request.  I have not been able to find anything about using it within the same Org. anywhere.  It may not be possible.  If not, that's OK, we'll deal with it.

Alan