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
Abilash.SAbilash.S 

If user create opportunity in SF org, then same opp should create in another org

I have two systems Salesforce system and Third party system. It’s a migration process. Component wants a two way synchronization. Any user creates/ edit opportunity in Salesforce system then the same opportunity should create in third party system also. And viceversa. Two way approach require here. How could i accomplish this.
SwethaSwetha (Salesforce Developers) 
HI Abhilash,
You will most likely need an integration tool like Informatica/ Mulesoft to have bidirectional real time sync.
Recommend reviewing https://developer.salesforce.com/forums/?id=9060G000000IAfmQAG
https://developer.salesforce.com/forums/?id=906F00000008oTLIAY

If this information helps, please mark the answer as best. Thank you
Nitin sharma 425Nitin sharma 425
You can accomplish this with Rest Api.


Go through the below given link.......Its between salesforce and Salesforce but it will let u know how you can let the Third party login to salesforce .......Make sure that u create Unique External Id as it will be needed tp update an opportunity.

http://amulhai.blogspot.com/2015/11/salesforce-to-salesforce-integration.html.
 
Nitin sharma 425Nitin sharma 425
You seems to have simple integration so go through the below given link to accomplish your task......U should go for Soap Api as it seems simple integration....

https://developer.salesforce.com/blogs/developer-relations/2015/06/integrating-force-com.html#:~:text=Steps%20to%20Implement%3A,the%20Outbound%20Web%20Service%20record