OverviewΒΆ

This synchronization process is defined in the pipeline batch CRM Lists to xDB Sync Pipeline Batch.

The marketing list synchronization process involves the following steps:

  1. Reset marketing lists assigned to existing xDB contacts.

Note

For more information on why marketing lists are reset, see About Reset Marketing Lists.

  1. Read marketing lists from CRM.

  2. Loop through the marketing lists from CRM. For each marketing list:

    1. Get the Sitecore item that corresponds to the CRM marketing list if one exists, otherwise create a new Sitecore item.
    2. Apply value mappings by reading values from the CRM marketing list and writing those values to the Sitecore item.
    3. Save the Sitecore item.
    4. Read the marketing list members from CRM.
    5. Loop through the marketing list members from CRM. For each marketing list member:
    1. Get the xDB contact that corresponds to the CRM marketing list member if one exists, otherwise create a new xDB contact.
    2. Get the contact entry from the work queue that corresponds to the xDB contact if one exists, otherwise create a new work queue entry.
    3. Apply value mappings by reading values from the CRM marketing list member and writing those values to the work queue contact.
  3. Read contacts from work queue.

  4. Create a known contact set for the xDB bulk contact update API.

  5. Loop through the contacts from the work queue. For each contact:

  1. Add the contact to the known contact set.
  1. Submit the known contact set.
../../_images/crm-lists-sequence-diagram-simple.png

Note

A more detailed sequence diagram is available here.