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
KMK91KMK91 

Merge Bulk Accounts

Hi Team,

Please let me know how to merge Bulk Accounts in salesforce. Is there any way to do this?

Thanks
KMK
AnudeepAnudeep (Salesforce Developers) 
Hi KMK, 

You can explore the standard Merge Accounts feature in Salesforce

https://help.salesforce.com/articleView?id=account_merge_lex.htm&type=5 (https://help.salesforce.com/articleView?id=account_merge_lex.htm&type=5)

If out of the box functionality does not help, you can look at writing a batch apex to merge the accounts. Including an example below for your reference

https://salesforce.stackexchange.com/questions/144719/merging-duplicate-accounts-in-apex-governor-limits

If this answers your question, please mark this as Best Answer so that it can help others in the future. Thank You!


 
KMK91KMK91
Please share us another ways like free appexchange etc..?

 
AnudeepAnudeep (Salesforce Developers)