Object Reference for the Salesforce Platform
Note: This release is in preview. Features described here don’t become generally available until the latest general availability date that Salesforce announces for this release. Before then, and where features are noted as beta, pilot, or developer preview, we can’t guarantee general availability within any particular time frame or at all. Make your purchase decisions only on the basis of generally available products and features.
MatchingRuleItem
A matching rule item determines which field the matching rule uses to identify a duplicate record. It also determines the method used to compare value that two records have for the field. For example, a matching rule item might specify that the Email field values of two records must match exactly in order for the records to be considered duplicates.
When a matching rule has multiple matching rule items, it means that multiple fields must match in order for the records to be identified as dupcliates.
Supported Calls
describeSObjects(), query(), retrieve()
Special Access Rules
As of Summer ’20 and later, only users with the View Setup and Configuration permission can access this object.
Fields
| Field Name | Details |
|---|---|
| BlankValueBehavior |
|
| Field |
|
| MatchingMethod |
|
| MatchingRuleId |
|
| SortOrder |
|
Usage
Use the Salesforce SOAP API to retrieve and view details about MatchingRule and MatchingRuleItem. Use the Salesforce Metadata API to create, update, or delete these objects.