How to exclude records from the analysis
Learn how to exclude Account and Contact records from Delpha's data quality assessment in Salesforce by using or customizing the "D Do Not Assess" field.
Exclude Records from Data Quality Analysis
Overview
How It Works
Each targeted object (Account, Contact) includes a checkbox field provided by Delpha named Do Not Assess.
✅ When the field is set to
true
, the record is excluded from any data quality scoring or recommendation process.❌ When the field is
false
or left blank, the record will be processed normally during assessments.
Custom Exclusion Logic
For advanced scenarios, you can:
Open the Delpha Setup app in Salesforce.
Navigate to the configuration section for the relevant object (Account or Contact).
Replace the default D Do Not Assess field with your own custom formula field.
Use that formula to dynamically control which records should be excluded.
This allows for dynamic, rule-based exclusion, such as:
Only assess records created after a certain date.
Exclude inactive contacts.
Exclude accounts without a LinkedIn profile.
Last updated
Was this helpful?