Skip to main content
We need to build a connection from one Salesforce Org to another Salesforce Org that matches up Accounts, using specified criteria, and passes field information and attachments back and forth.  Each time we do the share in the first org a new Account is opened in the 2nd org instead of matching up to an existing Account even if the specified criteria has a match.  
1 respuesta
  1. 4 feb 2015, 16:26
    There is an out of the box connection option called Salesforce to Salesforce but it doesn't exactly match what you are trying to do. Typically when I have had to do things like this before, we build it specifically for the client and we do it using API and some type of service/middle app or platform to handle conflict resloution and keep a back up of data in each org in case we need to roll something back. It can be fairly complex to do something like this correctly especially since it sounds like you need to be able to parse for dupes across 2 orgs. 
0/9000