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
Nishant Prajapati 10Nishant Prajapati 10 

Best way to merge sobject records in bulk using APEX

I want to merge sobject records in bulk using Apex. So, can you guys help to out how to approach this.
Raj VakatiRaj Vakati
These are the differnt ways 
1. Export the data from the salesforce and merget outside then update and delete the data .      
       Advantage  with this approach is you no need to worry about salesforce limits and apex code etc . 
2. Use some extenral System to do this work .( LIke Datawarehouse application)
3. Apex Megre 
4. You can use SOAP API