Closed judisohn closed 2 years ago
**lurch: add
thanks @judisohn. one small correction. I don't think it is totally ignoring the Contact Matching rule. So for example if neither the existing Contact nor the Data Import record have an externalId specified, the name matching will work. It's just when the existing Contact as an exernalId saved, but the Data Import record has null for the externalId. then it should still match based of Firstname Lastname (assuming that's the contact rule), but it does not match.
Tracking W-039035
@davidhabib I tweaked it to make that point clear. Thanks.
It seems to me one of the main purposes of adding an External ID matching rule would be to protect contacts with External IDs from getting false positive matches from Name Matching alone. Another potentially valid use case would be to match by name if the existing contact didn't have an External ID and update the ID (Scenario 1) but never match with out the External ID when the Contact has an External ID (Scenario 2). @davidhabib, @judisohn. The way its working might be best. It avoids the false match potential in both scenarios.
W-7781124
Please follow this Known Issue in the Trailblazer Community for updates.
Hub thread. Thanks again @davidhabib!
This was replicated in a scratch org with Advanced Mapping and Customizable Rollups enabled, just to make sure it's current.
Summary
The original intention of the External ID matching (it was the original developer who raised the issue) was that if a match is not found based on External ID, then the Contact Matching Rule selected would be evaluated and matched if appropriate. The current behavior is that if External ID is selected in the configuration and the DI record does not have the same External ID as on the Contact record, the selected matching rule is not considered. This will cause invalid and unnecessary record duplication for any rows that do not have the External ID populated.
Steps to Repeat
The Contact is correctly created with External ID populated in the custom field. This is expected.
Expected Result
The Contact should be matched to the previous Contact.
Actual Result
A new Contact is created.
The Unique ID matching was meant to be in addition to the Contact Matching Rule, not exclusive if selected.