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.
Duplicates Configuration
Contains information about duplicate management configuration for an
object. Learn whether duplicate management is configured, which fields are used to determine
whether duplicate records exist, and which duplicate rules are active.
| Property Name | Type | Description | Filter Group and Version | Available Version |
|---|---|---|---|---|
| apiName | String | The API name of the object. | Small, 50.0 | 50.0 |
| dedupeEnabled | Boolean | Indicates whether any duplicate rules are active for the object (true) or not (false). | Small, 50.0 | 50.0 |
| dedupeFields | String[] | The fields used to determine whether a record is a duplicate. Lists all fields that are used in all matching rules that are currently active. | Small, 50.0 | 50.0 |
| duplicateRules | Duplicate Rule[] | The duplicate rules that are active for the object. | Small, 50.0 | 50.0 |
| predupeEnabled | Boolean | Indicates whether matching rules are active for the object (true) or not (false). | Small, 50.0 | 50.0 |