Simple Synchronization

No custom development is needed to read entities from CRM and to represent those entities in Sitecore, provided Sitecore already has a data structure that can be used to store the data. In this example, we are reading entities from CRM (accounts) and are representing those entities in an existing data structure (Sitecore items).

Note

Associating an xDB contact with a CRM account will require custom code, because it is doing more than reading entities (it is reading a relationship between the contact and account entities) and is storing that data in a data structure that must be created (a custom contact facet). Complex Synchronization covers how to implement this.