Versions Compared

Key

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

...

Mappings are stored in Salesforce and determine how Leads or Contacts are identified, and how data should be copied back and forth between Salesforce and Sitecore CDP & Personalize.

Mappings are created as CDP4SMapping__c custom objects. CDP4S provides a convenient GUI to manage mappings.

...

  • Guest Field: references the property in the Sitecore CDP JSON Guest object. Note this allows complex nesting. Literal values can also be used by enclosing in curly braces ‘{}’; the enclosed text will be parsed as JSON so numbers and boolean values are correctly typed.

  • Salesforce Field: the API name of the field on the Guest or master object in Salesforce.

  • Mapping Type: determines the function of the mapping as below.

...

Identity is a special type that indicates the value should be used to locate an existing object. An error will occur if this property has no value.

Type

Sitecore CDP > Salesforce

Salesforce > Sitecore CDP

Identity

Used for new object only

Not updated

Personalize only

Not updated

Always updated

Default value

Only if existing value is empty

Not updated

Default value and Personalize

Only if existing value is empty

Always updated

Always update

Always updated

Not updated

Always update and Personalize

Always updated

Always updated

...