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
JwainstainJwainstain 

Add a "Send E-mail" button in a list of Lead

Hello,

 

on my list of Leads, there are 3 standard buttons : "New", "Change Status" and "Change owner".

 

I'd like to add a new button that would allow to send mail directly to a lead, so to use the standard "SendEmail" button. Is it possible ?

 

Could somebody explain me how to do this ?

thanks by advance for your help

J.

tstrongtstrong
Try creating a custom button on the Lead page with a URL like this:  /_ui/core/email/author/EmailAuthor?={!User.Id}&rtype=003&p3_lkid={!Lead.Id}
JwainstainJwainstain
thanks ! I'll try this ASAP...!
tstrongtstrong
Actually, since you want to add this to your list view, you would add it the Lead Search Layout - Leads List View