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
Abhi LakshayAbhi Lakshay 

Salesforce 2 Salesforce record Sharing

Fellas,

We are in a requirment whereby we are hoping to automate the external sharing process of any record. 
The idea is to have a checkbox on a specific record type and whenever its value is changed from null to a true value and saved, the process of external sharing with the default sharing org is executed. 

Any good thoughts?
Rakesh51Rakesh51
Use Apex trigger to auto share record between two Salesforce orgs. Check out the blog post for step-by-step instructions 

https://automationchampion.com/2015/04/07/getting-started-with-process-builder-part-16-creating-custom-record-sharing-logic/