To beable to find duplicates using certain fields in SugarCRM CE and SuiteCRM you need to add these fields in the vardefs with the following
$dictionary['Contact']['fields']['last_name']['merge_filter'] ='enabled'; $dictionary['Contact']['fields']['first_name']['merge_filter']='enabled';
Comments (0)