Build 3.82.x
Includes Salesforce-aligned security enhancements, a shift to JSON data structures for recommended values, and a new Chrome extension. Migration scripts from versions prior to 3.80.0 are provided.
Delpha Update Notice: Version 3.82.x
Important: This version includes significant updates. Please follow the upgrade instructions to continue using Delpha.
Upgrade Instructions from all versions Pre-3.80.0
Data Structure Migration
Install the latest available Delpha package Delpha 3.82.x
Install the DelphaUpgrade382 (version 1.3) unmanaged package to assist with migration.
Package ID:
04tRl000001hu6PIAQPackage URL:
/packaging/installPackage.apexp?p0=04tRl000001hu6PIAQ
Execute the following scripts in the developer console (with 200 being the Integer batch size):
delpha.DDQ_DataQualityShowMoreMigration.startMigration(200);
Integer batchSize = 500;
// Name
delpha.DDQ_DataQualityShowMoreMigration.startMigrationName('Contact', batchSize);
delpha.DDQ_DataQualityShowMoreMigration.startMigrationName('Lead', batchSize);
// Email
delpha.DDQ_DataQualityShowMoreMigration.startMigrationEmail('Contact', batchSize);
delpha.DDQ_DataQualityShowMoreMigration.startMigrationEmail('Lead', batchSize);
// Website
delpha.DDQ_DataQualityShowMoreMigration.startMigrationWebsite('Account', batchSize);
delpha.DDQ_DataQualityShowMoreMigration.startMigrationWebsite('Lead', batchSize);
// LinkedIn
delpha.DDQ_DataQualityShowMoreMigration.startMigrationLinkedIn('Account', batchSize);
delpha.DDQ_DataQualityShowMoreMigration.startMigrationLinkedIn('Contact', batchSize);
delpha.DDQ_DataQualityShowMoreMigration.startMigrationLinkedIn('Lead_Account', batchSize);
delpha.DDQ_DataQualityShowMoreMigration.startMigrationLinkedIn('Lead_Contact', batchSize);
// Address
delpha.DDQ_DataQualityShowMoreMigration.startMigrationAddress('Account_Billing', batchSize);
delpha.DDQ_DataQualityShowMoreMigration.startMigrationAddress('Account_Shipping', batchSize);
delpha.DDQ_DataQualityShowMoreMigration.startMigrationAddress('Contact', batchSize);
delpha.DDQ_DataQualityShowMoreMigration.startMigrationAddress('Lead', batchSize);
// Ultimate
delpha.DDQ_DataQualityShowMoreMigration.startMigrationUltimate(batchSize);
// LegalId
delpha.DDQ_DataQualityShowMoreMigration.startMigrationLegalId(batchSize);New Delpha Chrome Extension
If you're using the Chrome browser extension for job tracking or lead generation, uninstall the old Delpha LinkedIn Connector. Install the brand new Delpha Chrome Extension from the Chrome webstore which features enhanced stability and fewer disconnections
After completing the upgrade steps, navigate to the Delpha Setup app to verify if your organization remains connected.
What's New
Security Enhancements
Delpha now includes enhanced security features in line with Salesforce's latest guidelines. See Salesforce Security Recommendations for detailed information. All versions from 3.80.0 onward comply with these updates.
Important Connection Notice
Due to recent Salesforce security enforcements, the connection architecture between your Salesforce Org and Delpha has been completely redesigned.
We strongly recommend checking your connection status whenever a problem or data disruption appears. If your org shows as disconnected, please notify the Delpha team.
Action Required: You must reconnect your environment to continue using Delpha services without interruption.
Data Structure Changes
To provide richer insights and better decision-making capabilities, Delpha has upgraded its recommendation engine. Instead of overwriting a field with a single suggested value, Delpha now utilizes a structured JSON approach.
Why the switch?
Multiple Options: Instead of forcing a single choice, the system can now return a list of the top potential matches, allowing users to select the most accurate one.
Rich Context: Recommendations now carry extensive metadata (like revenue, employee count, and registered addresses) so users can confidently verify the suggestion before applying it.
Example: Legal Id
Before 3.82.x: Recommended values for D Legal Id were stored in
account.delpha__DDQ_QualityLegalIdRecommended__c.From 3.82.x: REcommended Values are now stored as JSON in
account.delpha__DDQ_QualityLegalIdRecommendedData__c.
This change allows users to access comprehensive recommendation data upon acceptance. For further details, refer to the Documentation on Data Quality Field Structure and the Score Meter.
Last updated
Was this helpful?