You are here:
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 |
|
|
|
| Contact Point Address | ssot__ContactPointAddress__dlm |
|
|
ContactPointAddress.Party → Individual.ID |
| Contact Point App | ssot__ContactPointApp__dlm |
|
|
ContactPointApp.Party → Individual.ID |
| Contact Point Email | ssot__ContactPointEmail__dlm |
|
|
ContactPointEmail.Party → Individual.ID |
| Contact Point Phone | ssot__ContactPointPhone__dlm |
|
|
ContactPointPhone.Party → Individual.ID |
| Contact Point OTT Service | ssot__ContactPointOTTService__dlm |
|
|
ContactPointOTTService.Party → Individual.ID |
| Party Identification | ssot__PartyIdentification__dlm |
|
|
PartyIdentificationId.Party → Individual.ID |

