Skip to main content

Hi Community, 

 

I am working on a scenario in Data Cloud. From a Salesforce Org, I ingested a Contact Object in Data Cloud. While mapping I chose Individual, Contact Point Email Object to map with Contact. Here are the mappings I did; 

Contact.Id

 = IndividualId 

Contact.FirstName = Individual.FirstName 

Contact.LastName = Individual.LastName 

Contact.Email=  Contact Point Email.EmailAddress 

 

for 

Contact.Id = IndividualId, do I need to use Contact.Id = Individual.Id or not. As  Individual.Id

 is not available in Individual Object.  

 

And I am not able to create Identity Resolution. 

 

How to create Identity Rule Set in Data Cloud?

 

Identity Ruleset.png

 

 

#Data Cloud

2 answers
  1. May 13, 2025, 10:35 AM

    Thank you! @Ashwini Garwandha

    But I already read the links, still my issue not resolved. Could you please help in correcting the mappings; 

     

    Contact.Id = IndividualId 

    Contact.FirstName = Individual.FirstName 

    Contact.LastName = Individual.LastName 

    Contact.Email=  Contact Point Email.EmailAddress 

0/9000