Table of Contents

Search

  1. Preface
  2. Introduction to Informatica Cloud MDM - Customer 360 for Salesforce
  3. Configuring the Data Cleansing Settings
  4. Managing Batch Jobs
  5. Verifying Addresses, Email Addresses, and Phone Numbers
  6. Synchronizing Salesforce Records with CC360
  7. Managing Duplicate Records
  8. Consolidating Records
  9. Converting External Records to Salesforce Records
  10. Managing Hierarchies
  11. Integrating Cloud MDM - Customer 360 for Salesforce with Multidomain MDM
  12. Managing Multi-Org
  13. Troubleshooting
  14. Custom Settings
  15. Glossary

Enabling Duplicate Checking Among Person Accounts, Leads, and Contacts

Enabling Duplicate Checking Among Person Accounts, Leads, and Contacts

The duplicate contact check batch job does not identify duplicates between person accounts and contacts or leads by default. To match person accounts against contacts or leads, convert the contacts or leads to person accounts., and then run the duplicate check batch job. To match person accounts against contacts or leads without converting them to person accounts, enable the lead person account comparison setting.
To enable duplicate checking among person accounts, leads, and contacts, you can set enableLeadPersonAccountComparison to true. By default, enableLeadPersonAccountComparison is false. Ensure you are aware of the impact to
Cloud MDM - Customer 360 for Salesforce
(
CC360
) batch processes when you enable duplicate checking among person accounts, leads, and contacts.
The following code sample enables duplicate checking among person accounts and leads and contacts:
DSE.API_SettingsManager.enableLeadPersonAccountComparison(true);
The following batch jobs are affected when you enable duplicate checking among person accounts, leads, and contacts:
Duplicate Contact Check
Checks for duplicates among person account contacts, leads, and business account contacts. You can see the duplicate pairs identified by this batch job in the Other Duplicates tab.
Duplicate Check
Checks for duplicates among person accounts. You can see the duplicate pairs identified by this batch job in the Duplicates tab.
Merge Accounts
Merges the person account duplicate pairs identified by the duplicate check, but does not merge duplicate pairs identified by the duplicate contact check.
Merge Contacts
Merges pairs of the same object types. For example, business account contacts are merged with business accounts contacts. Pairs that are of different object types are not merged. For example, person account contacts are not merged with business account contacts.
Merge Leads
Merges pairs of leads. Leads are not merged with objects that are not leads.

0 COMMENTS

We’d like to hear from you!