1. Create a Combined Emails formula field
In this step, we are creating the combined email fields and use it later in the duplicate prevention scenario. For this example, we are using the fields Email1 and Email2:
- Navigate to Salesforce Setup menu
- In the search box type "Object Manager", click on it.
- Select the Object to which you want to add the Combined Emails field.
- Now, on the left menu, navigate to the "Fields & Relationships" page.
- Click the 'New' button.
- From the options available on the page, choose 'Formula' and click 'Next'.
- Fill the blank fields:
'Field Label' with 'Combined Emails'
'Field Name' with 'Combined _ Emails'
Under 'Formula Return Type' select "Text" and click 'Next' - As a formula, insert the fields (API names), separated by a white space. In our example, those are the “Email1” and “Email2" fields.
Example of Combined Emails FormulaEmail1 + " " + Email2
- Under 'Blank fields handling' select "Treat blank fields as blanks". Click Next.
- Apply the field-level security by your choice and click 'Next'.
- Click 'Save'
2. Create a scenario with the Combined Field.
- Navigate to DC Setup page.
- Select the Object you want to do a cross-check comparison in duplicate prevention.
- Add the newly created field by clicking on the 'Add new Fields' button. From the drop-down menu that will show, select "Combined Emails".
- For 'Matching Method' choose "Email Address".
- Set the 'Threshold level' to 100%. If you want fuzzy results set the threshold level at 95%.
- Apply the scenario to 'Manual Insert Prevention' and 'Manual Update Prevention'
Example Scenario
3. (Re-)Create the search index
The Search Index is necessary when the new field you are going to cross-check is custom and has never been indexed before by the Duplicate Check Search Index, but even if you already have created a Search Index, please re-create it now.
- Go to DC Setup.
- On the left hand side, under Object Setup, select the Object you want to create a Search Index for.
- On the *Object* Settings tab, make sure the Search Index option is enabled, and the search index is configured in the Advanced Settings > Index. Read more here.
- Go to the Index Batch tab.
- Click the Start button and select Create Search Index.
Click here to watch a short video of how to enable and create the Search Index.