You are here:
Account Object Data Modeling Requirements
Map the following fields during data modeling to prepare data about your accounts for the identity resolution process.
Required Mappings and Relationships
Required relationships for Contact Point Email, Contact Point Phone, Contact Point Address, and Party Identifier objects are always Many:1 relationships in the data model because many contact points can belong to one account.
Required relationships for the Account object are always 1:Many relationships in the data model because one account can have multiple contact points.
| Object Name | Object API Name | Field Labels | Field API Names | Required Mapping |
|---|---|---|---|---|
| Account | ssot__Account__dlm |
|
|
|
| Contact Point Address | ssot__ContactPointAddress__dlm |
|
|
ContactPointAddress.Party → Account.ID |
| Contact Point App | ssot__ContactPointApp__dlm |
|
|
ContactPointApp.Party → Account.ID |
| Contact Point Email | ssot__ContactPointEmail__dlm |
|
|
ContactPointEmail.Party → Account.ID |
| Contact Point Phone | ssot__ContactPointPhone__dlm |
|
|
ContactPointPhone.Party → Account.ID |
| Party Identification | ssot__PartyIdentification__dlm |
|
|
PartyIdentificationId.Party → Account.ID |

