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
InBlightyInBlighty 

Salesforce to Salesforce Auto-Forwarding Records to a Connection

Hi,

 

I'm thinking of adoptiong Salesforce to Salesforce and I'm wondering if I can just auto-forward all Lead records to a connection.  I don't see any option to do that and I think it would be very tedious to have someone have to hand-forward hundreds of leads a day. 

 

Maybe I'm missing the setting?  If there's no such , is there a way to do it using APEX?

 

Thanks!!

BA_AdminBA_Admin

You should have aan option to select all the records you want to forward and on the top of lead page you can click on forward to connections, let me know if you have any issues

InBlightyInBlighty

Does anyone know of an automated way to do this, perhaps using APEX? 

 

Thanks.

Alex__cAlex__c

Hi InBlighty,

 

This should be possible using the PartnerRecordConnection object in Apex. See the following documentation link (Apex code at the bottom of the page):

 

http://www.salesforce.com/us/developer/docs/api/Content/sforce_api_objects_partnernetworkrecordconnection.htm