LogoLogo
  • Delpha Documentation
    • Welcome to Delpha Documentation
    • Delpha Setup
      • Install Delpha
        • Install Delpha package from the Salesforce App Exchange
        • Activate Delpha
        • Assign a Delpha Permission Set Group
        • Assign a Delpha licence to the users
        • Connect the org to Delpha
      • Import Conversations
      • Extra Tasks
        • Check my org settings
        • Install Delpha Connector for LinkedIn Enrichment
    • Delpha Upgrade
    • Delpha Apps
      • Delpha Setup
        • Delpha configuration
          • First Steps
          • Token Usage
          • Data Quality - Account
          • Data Quality - Contact
          • Duplicates
          • Job Tracker
          • Default Values
        • Conversations
        • Conversation Builder
          • High-level overview of the conversation builder
      • Delpha Data Quality
        • Data Quality Steward view
        • Duplicate Data Steward view
      • Delpha Score Meter
    • Use Cases Setup
      • Duplicate
        • Setup
          • Initialize the default settings
          • Activate Auto Merge
        • Duplicate detection
          • Properties section
          • Fields section
        • Run your first duplicate detection
        • Duplicate remediation
          • Merge Object Rules section
            • Master Record Selection
            • Custom rule for Master Record selection
            • Default rules for field selection
          • Merge Field Rules section
      • Data Quality
  • Delpha Campaigns
    • Create a Delpha Campaign
    • Configure a Delpha Campaign
      • Select the Campaign Type
        • Lead Generation
        • Job Tracking
        • Account Generation
      • Review and update the Settings
      • Add Campaign Members
  • HOW TO - FAQ
    • Quick Start Guide
    • Delpha Integration
      • How to add Delpha components in my standard layout
      • How can I add Delpha fields in my standard layout
      • How to manage conversation priority
      • How to manage the conversation auto opening
    • Delpha Job Tracking
      • How to display the Job History
      • How does job tracking works
    • Delpha LinkedIn Connector
      • How can I connect my LinkedIn Account to Delpha
      • I am not allowed to install Delpha Connector on my browser
      • How many records can be enriched with LinkedIn in a day per user?
      • How can I check if a LinkedIn cookie is properly set or valid
      • How is used my LinkedIn Cookie
      • How can I automate my lead generation
    • Delpha Duplicate
      • What is a Filtering Rule and how to use it
      • What is the Expression and how to use it
      • How to exclude records from the analysis
      • How to make Duplicate Records exclusion dynamic
      • How to Fix Duplicates in Salesforce with Delpha – Automatic, Bulk & Manual Options
      • How to modify the detection threshold
      • How to modify the auto process threshold
      • What algorithms are used by Delpha
      • How does the Duplicate scoring work
      • How to define a Golden Record for Duplicate
      • How do you differentiate Do Not Compare & Is Golden Record
      • How to sync Salesforce & Hubspot to deduplicate records
      • Duplicate detection - When does it happen?
      • How to set the frequency of the Auto Merge
      • How to create a Master selection custom rule
      • How to create a Master selection custom rule - Advanced
      • What are the duplicate status?
      • How to Merge 2 leads with different currencies
      • What is a Duplicate credit?
      • Do I consume a credit when merging a pair?
      • What is field grouping?
      • How can I hide a field from the Delpha Bot conversation?
      • How can I keep both values of a field after the merge
      • Some duplicate are not detected, what can I do?
      • Can I ignore some field values when detecting duplicates?
      • What data is available for Duplicate?
      • How can I create custom reports on Duplicate
    • Delpha Data quality
      • What are the 6 data quality dimensions
      • How to exclude records from the analysis
      • How to fix my data quality
      • What is a Token?
      • Do I consume a token when applying a Delpha recommendation?
      • Data Quality for Contacts
        • What are Data Quality Dimensions for Email
        • What are the Data Quality fields for Email
  • Delpha Campaigns
    • How to add records to a campaign from reports?
  • TROUBLESHOOT
    • Grant access for Delpha Support
Powered by GitBook
On this page
  • Understanding the DDQ Duplicate Record Object in Delpha
  • Where is This Object Used?
  • Tips

Was this helpful?

Export as PDF
  1. HOW TO - FAQ
  2. Delpha Duplicate

What data is available for Duplicate?

Learn how the DDQ Duplicate Record object in Delpha tracks potential duplicates, their score, status, and merge history. Full field reference and best practices included.

Understanding the DDQ Duplicate Record Object in Delpha

All information related to duplicate detection and resolution in Delpha is stored in a custom object called DDQ Duplicate Record (delpha__DDQ_DuplicateRecord__c). This object represents a potential or confirmed duplicate pair and includes critical information for scoring, processing, and merging.


📋 Field Breakdown

Field Name

API Name

Description

Duplicate Record Name

Name

Identifies the type of object being deduplicated (Account, Contact, Lead, etc.).

Record Id

delpha__RecordId__c

ID of the first member of the duplicate pair.

Matched Record Id

delpha__MatchedRecordId__c

ID of the second member of the duplicate pair.

Status

delpha__Status__c

Current status of the duplicate pair (e.g., Auto Yes, Potential, Steward No).

Score

delpha__Score__c

Confidence score calculated by Delpha's matching algorithm.

Processed

delpha__Processed__c

Indicates whether the pair has already been processed (true) or not (false).

Comment

delpha__Comment__c

Free-text comment often added by a filtering rule or by the merge process (including error messages for failed merges).

Is Cross Record?

delpha__IsCrossRecord__c

Boolean field. True means this is a cross-object duplicate (e.g., Lead vs Contact).

Account / Matched Account

delpha__Account__c / delpha__Matched_Account__c

Lookup fields to the Account objects involved.

Contact / Matched Contact

delpha__Contact__c / delpha__Matched_Contact__c

Lookup fields to the Contact objects involved.

Lead / Matched Lead

delpha__Lead__c / delpha__Matched_Lead__c

Lookup fields to the Lead objects involved.

Case / Matched Case

delpha__Case__c / delpha__Matched_Case__c

Lookup fields to the Case objects involved.

Where is This Object Used?

  • During duplicate detection, scoring, and status assignment

  • In the Duplicate Steward View to visualize potential duplicates

  • To manage merge operations and track merge history

  • For troubleshooting merge failures and applying filtering logic

Tips

  • Use the Status and Processed fields to monitor merge eligibility.

  • Use the Comment field to debug failed merges or filtered exclusions.

  • Reference IsCrossRecord if you're managing duplicates across different object types (e.g., Lead vs Contact).

Use the DDQ Duplicate Record to initiate a trigger after the merge operation

  • Processed = true + Staus = BotYes, StewardYes, AutoYes = Successfull merge !

PreviousCan I ignore some field values when detecting duplicates?NextHow can I create custom reports on Duplicate

Last updated 24 days ago

Was this helpful?