Salesforce and Database User Bi-Directional Sync
home
Bi-directionally synchronizes 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 a 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.
MUnit Integration Tests
The latest version includes MUnit Integrations tests that are packaged in the project folder. You can leverage these tests to better understand best practices in testing Mule flows using built-in features in Anypoint Platform.