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
GMASJGMASJ 

Email Alert when accounts are merged

Hi, 

  Is there a way to send notification when accounts are merged in salesforce. 

Thanks
Sudhir
NagendraNagendra (Salesforce Developers) 
Hi,

If I understand your requirement correctly, you have duplicate accounts for which you want to merge them in order to avoid duplicates.

If that is the use case then you can create an email template and send those template to the owner using the workflow rule.

May I request you please elaborate your requirement on what you need to achieve and what exactly you are trying to do?

So that we can look into it and can help you accordingly.

Thanks,
Nagendra
Andrew GAndrew G
Hi 
Keeping in mind the following details:
https://developer.salesforce.com/docs/atlas.en-us.apexcode.meta/apexcode/apex_triggers_merge_statements.htm

You could do something with the After Delete Trigger and using something from Messaging Namespace like Email Class
https://developer.salesforce.com/docs/atlas.en-us.apexcode.meta/apexcode/apex_classes_email_outbound_base.htm#apex_classes_email_outbound_base

An interesting question 

Regards
Andrew
GMASJGMASJ
Thanks for your suggest, My requirment is when user merges accounts it must just send email notification to account owner  or additional users with merged account details.

Thanks
Sudhir
Gobinath AGobinath A
Hi GMASJ,

We are unable to setup the instant email alert when merging the account. But, we can view the merged data by creating the Report and please refer the below blog.  Also, you can make to send merged data list automatically to your mail every day.

http://merfantz.com/blog/how-to-find-the-merged-account-in-salesforce/


Please contact us, if you need any other support, 
http://www.merfantz.com/contact

Thanks