function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
vijendhar k 25vijendhar k 25 

duplicate records identification

Hello all,

 i have one requirement to identify duplicate records from custom object dupRecObj__C

 in this object i have 2 lakh records, i have almost 8 fileds, including dateTime and date fields. i need to compare each record with all other records if all 8 fields matches. it will be duplicate field. how can i achive this scenario. can any one help me on it.

thanks 
Vijendhar 
ashishashish
Hi,
You can achieve this through Eclipse ,OR  you can take help of Data loader to  import all the records from your org for this object and then use vlookup to make comparisons.