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

Internal Settings for Leads

Internal Settings for Leads

You can configure internal settings and change the default behavior of leads.
You can configure the following internal settings for leads:
Create Opportunity Task
If you convert a lead to an opportunity, CC360 creates tasks for that opportunity.
If you do not want to create tasks for the opportunities, set the
Create Opportunity Task
internal setting value to false. Default is true.
The following sample prevents creation of tasks for the opportunities:
API_SettingsManager.updateInternalSetting('Create Opportunity Task','false');
Disable Validation On Converted Lead
The leads that have the Require Validation for Converted Leads flag enabled in the Lead Settings page are part of the validation process after you convert them.
If you do not want to validate the converted leads, set the
Disable Validation On Converted Lead
internal setting value to true. Default is false.
The following sample code disables validation for the converted leads:
API_SettingsManager.updateInternalSetting('Disable Validation On Converted Lead','true');
EnableLeadPersonAccountComparison
You can enable duplicate check for person accounts, leads, and contacts.
To enable duplicate check, set the
EnableLeadPersonAccountComparison
internal setting value to true. Default is false.
The following sample code enables duplicate check for person accounts, leads, and contacts:
API_SettingsManager.updateInternalSetting('EnableLeadPersonAccountComparison','True');
Enable LeadConversion Name Search
You can perform search operation for a lead even if the segment of the account linked to the lead is different from the segment of the lead.
To perform the search operation, set the
Enable LeadConversion Name Search
internal setting to true. Default is false.
The following sample code enables search operation for a lead even if the segment of the account linked to the lead is different from the segment of the lead:
API_SettingsManager.updateInternalSetting('Enable LeadCoversion Name Search','true');

0 COMMENTS

We’d like to hear from you!