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
Roman E.Roman E. 

Advanced capabilities of Salesforce-to-Salesforce

Hello,

I recently started to looking into SF-to-SF feature to cover my task, which is:
When users set checkbox on Account in one org - do the same for that Account in another org, considering that both orgs have equal set of records with the external ID field that helps matching Accounts.​

So far I couldn't find how to do that without writing a code.
Is it possible, or we need to add some Apex lines for that?

Thank you in advance.
 
Best Answer chosen by Roman E.
James LoghryJames Loghry
Salesforce to Salesforce is very limited (and complicated) with what it can do.  Ask most architects within Salesforce itself, and they'll say the same.  You'll likely have to write some Apex to get it working correctly.

Otherwise, check out "Salesforce Connect" (formerly known as Lightning Connect).  Not sure if it's GA yet or not, but uses the oData framework to view data from external data sources, and yes it can be used for Salesforce to Salesforce scenarios.