Hi. I'm trying to modify the duplicate check filter for Contacts module.
I'm using the instructions at https://support.sugarcrm.com/Documentation/Sugar_Developer/Sugar_Developer_Guide_12.0/Architecture/Duplicate_Check/
and have added the code below to the location ./custom/Extension/modules/Contacts/Ext/Vardefs/duplicate_check_email_v7_twitter.php
The example removed the 'shipping_address_city' field, I have tried to use the same theory to add the 'twitter' field to test with but as far as I can tell it has made no difference.
Can any of you see what the issue is please?
Also, would the updated duplicate check happen at the point of entry like it currently does if it matches a name, or is this for the 'Find Duplicates' you can run when in a record?
Thanks
James