A Salesforce administrator creates and activates a custom Matching Rule on the Contact object to match records using First Name, Last Name, and Email. However, when users enter a duplicate contact, Salesforce allows the record to save without displaying a warning or blocking the entry. Which configuration step was omitted?
- Creating and activating a Duplicate Rule that references the custom Matching RuleAnswer
- BSetting the action on create to 'Alert' within the custom Matching Rule configuration settings
- CBuilding a custom Validation Rule to evaluate and enforce the matching criteria on record save
- DEnabling Organization-Wide Defaults for Contact matching under Data Management settings
Answer
Creating and activating a Duplicate Rule that references the custom Matching Rule is required to enforce actions like Alert or Block when duplicate records are created.
Matching rules define how duplicate records are identified (the matching logic), whereas Duplicate Rules specify what action Salesforce takes when a duplicate is found (such as Alerting, Blocking, or Reporting). Activating a matching rule without a corresponding active duplicate rule will not alter the record creation behavior for users.
Step-by-Step Solution
Key Concept
Separation of Matching Rules and Duplicate Rules in Salesforce