You need to sign in to do that
Don't have an account?
Pull accounts from partner org using S2S programmatically
Currently, I'm exploring salesforce to salesforce (S2S) and I have S2S setup on 2 of my dev orgs. I have read couple of examples on sharing/inserting records from one org to another, but I couldn't find any documentation or example pulling records from the S2S connection using SOQL like
SELECT id, name FROM account LIMIT 10