Salesforce and Database User Bi-Directional Sync
home
Description
Bi-Directionally synchronize user data between Salesforce and a database system like MySQL or any JDBC protocol supporting DB system. This template makes it fast to configure the fields to be synchronized, how they map, and criteria on when to trigger the synchronization. This template can trigger either using our polling mechanism or can be easily modified to work with Salesforce outbound messaging to better utilize Salesforce API calls. This template leverages watermarking functionality to ensure that only the most recent items are synchronized and batch to effectively process many records at a time. A database table schema is included to make testing this template easier.
Note
The latest version includes MUnit Integrations tests that are packaged in the project folder. We hope that you will leverage these tests to better understand best practices in testing mule flows using built-in features in Anypoint Platform.