Newer Version Available
ContactCleanInfo
Contact Clean Info provides a snapshot of the data in your Salesforce contact record and its matched Data.com record at the time the Salesforce record was cleaned.
Contact Clean Info includes a number of bit vector fields, whose component fields each correspond to individual object fields and provide related data or status information about those fields. For example, the bit vector field IsDifferent has an IsDifferentEmail field. If the IsDifferentEmail field’s value is False, that means the Email field value is the same on the Salesforce contact record and its matched Data.com record.
- CleanedBy indicates who (a user) or what (a Clean job) cleaned the contact record.
- IsDifferent indicates whether or not a field on the contact record has a value that differs from the corresponding field on the matched Data.com record.
- IsFlaggedWrong indicates whether or not a field on the contact record has a value that is flagged as wrong to Data.com.
- IsReviewed indicates whether or not a field on the contact record is in a Reviewed state, which means that the value was reviewed but not accepted.
Fields
| Field Name | Details |
|---|---|
| Address |
|
| City |
|
| CleanedByJob |
|
| CleanedByUser |
|
| ContactId |
|
| ContactStatusDataDotCom |
|
| Country |
|
| DataDotComID |
|
|
|
| FirstName |
|
| IsDifferentCity |
|
| IsDifferentCountry |
|
| IsDifferentCountryCode |
|
| IsDifferentEmail |
|
| IsDifferentFirstName |
|
| IsDifferentLastName |
|
| IsDifferentPhone |
|
| IsDifferentPostalCode |
|
| IsDifferentState |
|
| IsDifferentStateCode |
|
| IsDifferentStreet |
|
| IsDifferentTitle |
|
| IsFlaggedWrongAddress |
|
| IsFlaggedWrongEmail |
|
| IsFlaggedWrongName |
|
| IsFlaggedWrongPhone |
|
| IsFlaggedWrongTitle |
|
| IsInactive |
|
| IsReviewedAddress |
|
| IsReviewedEmail |
|
| IsReviewedName |
|
| IsReviewedPhone |
|
| IsReviewedTitle |
|
| LastMatchedDate |
|
| LastName |
|
| LastStatusChangedById |
|
| LastStatusChangedDate |
|
| Latitude |
|
| Longitude |
|
| Name |
|
| Phone |
|
| PostalCode |
|
| State |
|
| Street |
|
| Title |
|
Usage
Developers can create triggers that read the Contact Clean Info fields to help automate the cleaning or related processing of contact records.
Create a customized set of Title field values. Use triggers to map values from fields on imported or cleaned records onto a standard set of values.
Associated Objects
This object has the following associated objects. If the API version isn’t specified, they’re available in the same API versions as this object. Otherwise, they’re available in the specified API version and later.
- ContactCleanInfoChangeEvent (API version 62.0)
- Change events are available for the object.