Published at: 2026-09-17
Configure account identification and creation approval
Reduce duplicate Accounts and standardize Account data entry.
Overview
Account Duplicate Check, Business Registry Lookup, and Creation Approval standardize Account Management data entry. A merge-completed event can send an External Notification or start follow-up processing.
Before you begin
- You need permissions for Account object configuration, Process Management, and Business Rule Management.
- Confirm how your organization uses Account Name, phone number, email address, and other matching fields.
- Design Approval participants and conditions before you enable Creation Approval.
Configure Account Duplicate Check
- Go to Setup > Object Management and open the Account object.
- Under duplicate rules, configure New Duplicate Check, Import Duplicate Check, and Duplicate Tool.
- Select the Account fields and matching methods.
- To identify existing Sales Leads during Account creation, enable Joint Duplicate Check with Sales Lead.
- Save the settings and test them with duplicate Accounts and Leads.
For joint duplicate checks, the system exactly matches Account Name, phone, and email with the Lead’s company, phone, and email fields.

Configure Business Registry Lookup and data population
- Go to Setup > Business Rule Management > Business Information Settings.
- Enable the required Business Registry Lookup and automatic data population capabilities.
- Choose whether to exclude sole proprietorships from search results.

- Open the Business Information field mapping rules.
- Map Business Registry Lookup fields to Account fields.
- Save the mapping, create a test Account, and select a company to verify the populated fields.

Configure Account Creation Approval
- Go to Setup > Process Management > Approval Process Management.
- Create an Approval Process for the Account object’s New action.
- Configure Approval nodes, approvers, conditions, and post-approval processing.
- Save the process and create a test Account to verify the Approval Status.

Configure a merge-completed event listener
This capability is available on the Web client in version 9.8.5 and later. The listener can process Business Data after merging and notify an external system.
- Go to Setup > Custom Development Platform > Event Listener Management.
- Create an event listener for a business object that supports data merging.
- Select the merge-completed event.
- In the subsequent processing, obtain the merged record ID from the event data.
- Save the configuration and merge test records.
- Confirm that the event starts and passes the correct record ID.
Note: The system deletes the merged record after merging. A standard function cannot query it. Obtain its ID from the merge-completed event.
Applicable Scope: This event applies only to business objects that already support data merging. It does not add merge support to other objects.
Configure overseas company lookup
D&B company lookup retrieves information about overseas companies. It requires a separate purchase and valid API credentials.
- Go to Setup > Business Rule Management > Business Information Settings > D&B Company Lookup Settings.
- Enable D&B company lookup.
- Enter a valid API Key and API Secret.
- Save the settings and grant the required object permissions to applicable roles.
- Search for an overseas company from an Account creation page and verify that you can select and populate the result.

Verify the configuration
- Create a record that duplicates an existing Account and confirm that the expected warning or block appears.
- Create a record that matches a Sales Lead and verify the joint Duplicate Check result.
- Select a company from Business Registry Lookup and verify the populated Account fields.
- Create an Account and confirm that the Approval Process starts under the configured conditions.
- If D&B lookup is enabled, verify that overseas companies can be found and populated.
- If a merge-completed event is configured, verify the event and merged record ID.