
2 个回答

Hi Divaker,To find out the duplicate record, if you are comparing some field on records, so to find out which record has maximun information, compare the fields and maintain the score (a count which will increment if field is not blank and then et the end compare the count). As per the score delete the record which has less score. This is a approach which i think can be useful. You can add your inputs over it.Thanks,Pratik