Question

Difficulty: EasyDuplicate Management and Matching Rules

An administrator is configuring Salesforce Duplicate Management to maintain clean Lead data across the organization. Which TWO statements correctly describe the distinct roles of Matching Rules and Duplicate Rules in this setup? (Select TWO)

  1. Matching Rules specify the fields and matching algorithms used to compare records and identify potential duplicates.Answer
  2. Duplicate Rules determine the actions, such as Alert or Block, that take place when a user creates or edits a duplicate record.Answer
  3. C
    Matching Rules dictate whether a user is blocked or allowed to save a record when matching criteria are triggered.
  4. D
    Duplicate Rules define the underlying field comparison formulas and equation logic used to cross-examine incoming data.

Answer

Matching Rules specify the fields and matching algorithms used to compare records, while Duplicate Rules determine the resulting actions (such as Alerting or Blocking) taken when duplicates are found.
Matching Rules define how potential duplicate records are detected by setting up field criteria and comparison algorithms (such as exact or fuzzy matching). Duplicate Rules consume those matching rules and govern the enforcement behavior—defining whether to block the save operation, display an alert, or log the event in duplicate reports.

Step-by-Step Solution

1
Identify the function of Matching Rules in Salesforce Duplicate Management
Matching Rules establish the criteria, field mapping, and comparison algorithms (exact vs. fuzzy) used to determine if two records match.
Matching rules exclusively handle the detection logic.
2
Identify the function of Duplicate Rules in Salesforce Duplicate Management
Duplicate Rules determine what occurs when a matching record is identified, such as blocking record save, alerting the user, or logging a duplicate report.
Duplicate rules enforce business actions based on the results provided by matching rules.

Key Concept

Separation of concerns between Matching Rules (identifying duplicates) and Duplicate Rules (enforcing actions).
Rate this question