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
raz rraz r 

how to prevent the duplicate account while converting a lead. after preventing if lead is not converted we have to send an email to that lead

how to prevent the duplicate account while converting a lead. after preventing if lead is not converted ,how to send an email to that lead
RamuRamu (Salesforce Developers) 
The below post might help

https://developer.salesforce.com/forums/ForumsMain?id=906F00000008yxgIAA
raz rraz r
Hi Ramu, I had written the trigger for preventing the account duplication on lead convert. but i need , after validations, we need to send an email to that lead.  how can we achieve.....?