Validation functions for B2B Data Domains
Learn what validation functions are included for the contact entity type in Reltio for B2B.
The Reltio for B2B Data Domains data model includes the contact entity type. Ensure data accuracy and improve data quality by validating the entity data ingested into the Reltio platform against a set of validation functions and then report the correctness of the data.
For general information on validation functions, see topic Define Data Validation Functions. For details on the preconfigured entity types that come with Reltio for B2B Data Domains, see Entity types for B2B Data Domains. For descriptions of these, see the following sections.
Contact entity type validation functions B2B Data Domains
This table identifies the Reltio for B2B Data Domains organization validation functions used to master customer business-to-businesses data. Use these validation functions when you create a contact for a business.
| Attribute | Conditions | Validation Functions Summary | Description |
|---|---|---|---|
| Email / Validation Status | Email / Validation Status Not equals VALID | If Validation Status Not equals VALID, then display warning with message "Invalid Email Format". | Specifies an invalid email format. |
| Phone / Validation Status | Phone / Validation Status Not equals VALID | If Validation Status Not equals VALID, then display warning with message "Invalid Phone Number". | Specifies an invalid phone number. |
| First Name | First Name Missing or Last Name Missing | If First Name Missing or Last Name Missing, then display warning with message "Missing First or Last Name". | Specifies a missing first name. |
| First Name | First Name Regular expression match or Last Name Regular expression match | If First Name Regular expression match [0-9] and Last Name Regular expression match [0-9], then display warning with message "Name Contains Numbers". | Specifies a name containing numbers. |