For the complete documentation index, see llms.txt. This page is also available as Markdown.

Delpha Data Quality Field Pack for Salesforce

Understand Delpha's data quality data model. Learn how Delpha stores its six core data quality dimensions and uses a structured JSON payload to deliver multi-option recommendations and data insights.

Delpha Data Quality — Overview

Delpha evaluates data quality across six core dimensions. For every field monitored, Delpha adds a standard set of companion fields to the object to store these insights.

  • Labels start with “D”.

  • API names start with delpha__DDQ_Quality.


1. Delpha Data Quality Analysis (Core Dimensions)

Existing records are assessed on the six dimensions, with one dedicated field per dimension created on the target object. For each field you monitor (shown here as {TargetedField}), Delpha creates the following assessment fields plus an overall score:

  • delpha__DDQ_QualityTargetedFieldCompleteness__cBooleanCompleteness

  • delpha__DDQ_QualityTargetedFieldValidity__cPicklist (Valid, Invalid, Unknown)Validity

  • delpha__DDQ_QualityTargetedFieldUniqueness__cNumber (count of occurrences in the org)Uniqueness

  • delpha__DDQ_QualityTargetedFieldConsistency__cBooleanConsistency

  • delpha__DDQ_QualityTargetedFieldAccuracy__cPicklist (Ok, No, Unknown)Accuracy

  • delpha__DDQ_QualityTargetedFieldTimeliness__cStringTimeliness

  • delpha__DDQ_QualityTargetedFieldScore__cNumberOverall quality score for {TargetedField}


2. Delpha Recommendations

To provide rich insights and flexible decision-making capabilities, Delpha utilizes a structured JSON approach to deliver its recommendations.

Instead of forcing a single suggested value into a standard text field, Delpha populates a dedicated JSON field. This allows the system to provide:

  1. Multiple Options: An array of the top potential matches, allowing users to select the most accurate one.

  2. Rich Context: Extensive metadata (like revenue, employee count, and registered addresses) so users can confidently verify the suggestion before applying it.

The Recommendation Fields

  • delpha__DDQ_QualityTargetedFieldNormalized__c — Same type as {TargetedField} — The value after standard normalization.

  • delpha__DDQ_QualityTargetedFieldRecommendedScore__cNumber — Confidence score for the recommendation

  • delpha__DDQ_QualityTargetedFieldRecommendedData__cLong Text Area (JSON) — The structured payload containing Delpha's recommended options and enrichment data.

Delpha Support fields


When Delpha identifies potential recommendations (e.g., finding the correct SIRET number for a French company), it populates the RecommendedData__c field with a JSON array.

Each item in this array represents a potential match and includes a detailed data object. Here is a breakdown of the information available within the payload:

  • legal_id & legal_id_type: The actual recommended identifier (e.g., "08548006901136" / "FRA - SIRET").

  • score: The confidence score of this specific match (e.g., 82).

  • status: Identifies the record as a "Potential" match.

  • company_type: The legal structure (e.g., "SARL", "SAS").

  • employees_nb & annual_revenue: Enrichment metrics showing company size and financial health.

  • address: Full location details including coordinates, street, city, postal code, and country.

  • industry: Industry classification codes.

Sample JSON Payload

JSON

By utilizing this structured JSON payload, the Delpha Score Meter displays multiple recommendation options directly within the Salesforce UI. When a user clicks on a data quality alert in the Score Meter, instead of seeing just one suggested fix, they are presented with a prioritized list of the top potential matches. Each option displays its associated confidence score alongside rich contextual data, empowering the user to compare the choices and confidently select the exact right value to apply to the record.

Beyond Quality: Delpha Engagement Metrics

While the core Data Quality Field Pack focuses on the health and accuracy of your records (assessing the six dimensions of data quality), Delpha also generates a companion set of Engagement Metrics.

These calculated fields—such as D Email Count, D Call Count, and D Opportunity Count—automatically measure the actual activity and sales momentum happening on your Leads, Contacts, and Accounts. By combining Data Quality scores with these Engagement Metrics, your sales and support teams get a complete, 360-degree view of a record's value directly within Salesforce.

👉 Read the guide on Delpha Engagement Metrics here to see the complete list of available calculated fields.

Last updated

Was this helpful?