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

Setting the Default Record Type for Accounts

Setting the Default Record Type for Accounts

You must configure the following internal settings that explicitly set the default record types of accounts in the Salesforce Developer Console:
  • For person accounts, Default Record Type For Person Account
  • For business accounts, Default Record Type For Account
Use the following sample code in the Salesforce Developer Console to configure the internal settings that set the default record type:
API_SettingsManager.updateInternalSetting('Default Record Type For Person Account|Default Record Type For Account', '<Record Type ID>');
For example, the following sample code sets the default record type for person accounts:
API_SettingsManager.updateInternalSetting('Default Record Type For Person Account', '012i000000084CgAAI');

0 COMMENTS

We’d like to hear from you!