Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
I have a very simple job with 4 'contact' records, of which 2 of them have an identical email address
Now I try to find the records have an identical email record. So I load the contact records twice, then both attach them to a tmap, and use a lookup to match on emailaddress. Using filter expressions, I ensure that I don't compare records with themselves.
The result now is that only 1 of the duplicate emails is marked as 'duplicate' and the other records is NOT matched. Does anybody have an idea why?