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;
= 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.
#Data Cloud
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