Other Synchronization Modes

Launch synchronization within CLM-presentation

This type of synchronization is triggered when the sync() method of JS Bridge is requested.

The steps:

  • The current record is sent to Salesforce.

  • The child records, which are connected with the current record via the master-detail relationship, are sent to Salesforce.

All uploaded data are stored in separate temporary storage. New data can replace the current data existing in the database only after the synchronization is completed. This helps to avoid data discard if synchronization is interrupted.
``