Synchronize Salesforce Accounts with Dynamics 365 Accounts > Introduction to Synchronize Salesforce Accounts with Dynamics 365 Accounts recipe
Introduction to Synchronize Salesforce Accounts with Dynamics 365 Accounts recipe
The Synchronize Salesforce Accounts with Dynamics 365 Accounts recipe is based on REST and SOAP APIs.
The process synchronizes the Salesforce account with the Dynamics 365 account and populates custom ID fields. The process is called by an HTTP request with the Salesforce account ID as an incoming parameter. If validation is successful with ID and name, the process creates an account in Dynamics 365 and populates the Dynamics_ID field with the value from the Salesforce Dynamics_ID custom field. If an account with a Dynamics ID value from Salesforce already exists in Dynamics 365, the process updates the account with Salesforce account data. The process then returns the Account ID from Dynamics 365.