I created and activatted the following new account "matching rule" based on the account's shipping address, not the billing address:
(Account: Name > FUZZY: COMPANY NAME MatchBlank = FALSE) AND
(Account: ShippingStreet > FUZZY: STREET MatchBlank = FALSE) AND
(Account: ShippingState > EXACT MatchBlank = FALSE)
However, when I updated the Account Duplicate Rule to this new Matching Rule, accounts that match this rule are not triggering the "duplicate warning"
What am I missing? Any help or insight would be greatly appreciaited!
#Sales Cloud #Salesforce Developer #Data Management #Automation #Duplicates #Duplicate Rules #Matching Rules
@Courtney Pazdra - I tested this in a demo org and the logic fired as expected on edit and on save of new record attempt. When you say it's not firing, are you making any changes to the source records to fire the rules since standard dupe rules only fire on a change or save event.
Again worth calling out though is that fuzzy match on street is going to be tricky since there are several components to the open text nature that could trigger the potential match. It may be worth parsing the street value into unique attributes for evaluation rather than as a whole.
Another option would be to force the users to use the Google address input rather than manual entry so it's harder to enter bad data.
Let me know if anything changes or if you want to jump on a screenshare to experiment together.
