Newer Version Available
MatchingRule
Represents a matching rule that is used to identify duplicate
records. This object is available in API version 33.0 and later.
A matching rule compares field values to determine whether a record is similar
enough to existing records to be considered a duplicate. For example, a matching rule
can specify that if the Email and Phone values
of two records match exactly, the records might be duplicates. Your organization uses
matching rules with duplicate rules to define what happens when duplicates are
identified.
Supported Calls
describeSObjects(), query(), retrieve()
Fields
| Field Name | Details |
|---|---|
| BooleanFilter |
|
| Description |
|
| DeveloperName |
|
| Language |
|
| MasterLabel |
|
| MatchEngine |
|
| NamespacePrefix |
|
| RuleStatus |
|
| SobjectType |
|
Usage
Use the Salesforce API to retrieve and view details about MatchingRule and MatchingRuleItem. Use the Salesforce Metadata API to create, update, or delete these objects.