Match Result
A duplicate rule match. Duplicate rules are used to control whether
and when you can save duplicate records within Salesforce. Duplicate rules tell Salesforce
what action to take when you attempt to create a duplicate record. Each duplicate rule
requires at least one matching rule to identify which existing records are possible
duplicates.
Property Name | Type | Description | Filter Group and Version | Available Version |
---|---|---|---|---|
apiName | String | The API name of the object. | Small, 41.0 | 41.0 |
isAllowSave | Boolean | Indicates whether the rule allows a duplicate to be saved. | Big, 41.0 | 41.0 |
matchRecordIds | String[] | The IDs of the matching records. | Small, 41.0 | 41.0 |
matchRule | String | The developer name of the matching duplicate rule. | Big, 41.0 | 41.0 |
objectLabel | String | The object’s label. | Small, 41.0 | 41.0 |
objectLabelPlural | String | The object’s label in plural form. | Small, 41.0 | 41.0 |
themeInfo | Theme Info | Information about the object’s color and icon. | Small, 41.0 | 41.0 |