Reltio Platform to Salesforce
Synchronization from Reltio platform to Salesforce can be implemented using one-to-one or one-to-many mapping.
One to One Mapping
One to one mapping means that one Reltio entity is mapped to one Salesforce account. All entity simple attributes are mapped to the Salesforce account attributes. All nested attributes are also mapped to the Salesforce account attributes. However, each nested sub-attribute is mapped to a Salesforce account simple attribute.
Mapping Example
Expected Result in Salesforce
All entity attributes are synced to the salesforce account simple attributes.
Expected Result in Reltio Platform
- Crosswalk type: Salesforce (specified in mapping)
- Crosswalk value: Salesforce account ID
sourceTable
: contains Salesforce object type.
The entity attributes get new values based on the Salesforce Crosswalk. These attributes display the current state of the Salesforce account.
One to Many Mapping
One to many mapping allows to map an entity to one Salesforce object type and the entity attributes to another Salesforce object type. The attributes mapped to the separate Salesforce object type must be configured under 'relatedObjects'.
Mapping Example
Expected Result in Salesforce
All entity simple attributes are synced to the Salesforce account simple attributes. The entity nested attribute 'Address' is synced to the separate custom Salesforce object 'Address'.
Expected Result in Reltio Platform
- Crosswalk type: Salesforce (specified in mapping)
- Crosswalk value: Salesforce account ID
- sourceTable: contains Salesforce object type.
The entity attributes get new values based on the Salesforce Crosswalk. These attributes display the current state of the Salesforce account.
- Crosswalk type: Salesforce (specified in mapping)
- Crosswalk value: Salesforce custom object ID
- sourceTable: contains Salesforce object type.