Loading
About Salesforce Data 360
Table of Contents
Select Filters

          No results
          No results
          Here are some search tips

          Check the spelling of your keywords.
          Use more general search terms.
          Select fewer filters to broaden your search.

          Search all of Salesforce Help
          Individual Object Data Modeling Requirements

          Individual Object Data Modeling Requirements

          Map the following fields during data modeling to prepare data about individuals for the identity resolution process.

          Required Mappings and Relationships

          Required relationships for Contact Point Email, Contact Point Phone, Contact Point Address, Contact Point App, Contact Point OTT Service, and Party Identifier objects are always Many:1 relationships in the data model because many contact points can belong to one individual.

          Required relationships for the Individual object are always 1:Many relationships in the data model because one individual can have multiple contact points.

          Object Name Object API Name Field Labels Field API Names Required Mapping
          Individual ssot__Individual__dlm
          1. Individual Id (primary key)
          2. First Name
          3. Last Name
          1. ssot__Id__c
          2. ssot__FirstName__c
          3. ssot__LastName__c
          1. Individual.ID → ContactPointAddress.Party
          2. Individual.ID → ContactPointApp.Party
          3. Individual.ID → ContactPointEmail.Party
          4. Individual.ID → ContactPointPhone.Party
          5. Individual.ID → PartyIdentificationId.Party
          Contact Point Address ssot__ContactPointAddress__dlm
          1. Contact Point Address Id (primary key)
          2. Address Line 1
          3. City
          4. Party
          5. Postal Code
          6. State Province
          1. ssot__Id__c
          2. ssot__AddressLine1__c
          3. ssot__CityId__c
          4. ssot__PartyId__c
          5. ssot__PostalCodeId__c
          6. ssot__StateProvinceId__c
          ContactPointAddress.Party → Individual.ID
          Contact Point App ssot__ContactPointApp__dlm
          1. Contact Point App Id (primary key)
          1. ssot__Id__c
          ContactPointApp.Party → Individual.ID
          Contact Point Email ssot__ContactPointEmail__dlm
          1. Contact Point Email Id (primary key)
          2. Party
          3. Email Address
          1. ssot__Id__c
          2. ssot__PartyId__c
          3. ssot__EmailAddress__c
          ContactPointEmail.Party → Individual.ID
          Contact Point Phone ssot__ContactPointPhone__dlm
          1. Contact Point Phone Id (primary key)
          2. Formatted E164 Phone Number
          3. Party
          1. ssot__Id__c
          2. ssot__FormattedE164PhoneNumber__c
          3. ssot__PartyId__c
          ContactPointPhone.Party → Individual.ID
          Contact Point OTT Service ssot__ContactPointOTTService__dlm
          1. Contact Point OTT Service Id (primary key)
          2. Party
          3. Username
          1. ssot__Id__c
          2. ssot__PartyId__c
          3. ssot__Username__c
          ContactPointOTTService.Party → Individual.ID
          Party Identification ssot__PartyIdentification__dlm
          1. Party Identification Id (primary key)
          2. Identification Name
          3. Identification Number
          4. Party
          5. Party Identification Type
          1. ssot__Id__c
          2. ssot__Name__c
          3. ssot__IdentificationNumber__c
          4. ssot__PartyId__c
          5. ssot__PartyIdentificationTypeId__c
          PartyIdentificationId.Party → Individual.ID
           
          Loading
          Salesforce Help | Article