Page tree

Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.


DBSync Replication tool facilitates Database to Salesforce Replication using Control Flag (do_sync_flag) as shown below. Use of do_sync_flag is illustrated in detail with example in the topic do_sync_flag.

Run Process

Actions Performed

Database to Salesforce
(By Control Flag)

Identifies changes in the Database and updates Salesforce records based on the database column Do_Sync_Flag attributes.
This process is not compatible when Cassandra Database is used for replication.


Database to Salesforce Synchronization can be performed in the same profile where in Salesforce to Database Replication is configured. This section explains the step by step process.

...

  • Include required control flags in the column do_sync_flag of Database table where in SF data is already stored during previous runs for Salesforce to Database Replication. Selection of control fags shown in the below table is illustrated with example in the topic do_sync_flag.

Values

Description

Y

The record has been synchronized between Salesforce.com and Database

S

A request from an external system to indicate that the record needs to be synchronized from Database to Salesforce.com

D

Indicates that the record was deleted in Salesforce.com

  • Screen capture shows selected control flags.

...