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. Appendix A: Custom Settings
  15. Appendix B: Glossary

Internal Settings for Record Type

Internal Settings for Record Type

You can configure internal settings and change the default behavior of record types.
You can configure the following internal settings for record type:
Default Record Type For Person Account
You can explicitly set the default record type for person accounts.
To set the default record type for person accounts, configure the
Default Record Type For Person Account
internal setting.
The following sample code sets the default record type for person accounts:
API_SettingsManager.updateInternalSetting('Default Record Type For Person Account','012i000000084CgAAI');
012i000000084CgAAI
is the record type ID of the record type.
Default Record Type For Account
You can explicitly set the default record type for business accounts.
To set the default record type for business accounts, configure the
Default Record Type For Account
internal setting.
The following sample code sets the default record type for business accounts:
API_SettingsManager.updateInternalSetting('Default Record Type For Account','013i000000089CgAAI');
013i000000089CgAAI
is the record type ID of the record type.
resetDefaultRecordTypesValues
You can reset the explicitly set default record types to reflect the default record types that you set in the
Edit Record Type Settings
page.
To reset the default record types, use the
resetDefaultRecordTypesValues
internal setting.
The following sample code resets the explicitly set default record types of person accounts:
API_SettingsManager.resetDefaultRecordTypesValues();

0 COMMENTS

We’d like to hear from you!