Skip to main content
Hi All,

Little help pl...

I want to create a button in campaign on clicking it i want to send an email template selected to selected profile.

 
1 answer
  1. Apr 1, 2015, 10:40 AM
    (if you wish to achieve this without any code)

    This can be done by creating a custom button which executes onclick javascript, however, you will have to select the list of people who belong to a specific profile and add them to the to list:

    location.replace('/email/author/emailauthor.jsp?retURL=/{!Campaign.Id}&p3_lkid={!<Campaign>.Id}&rtype=003&template_id=<give the template ID>&p24={!<Campaign>.email_to__c}'); //here email_to__c is the custom email field where TO: email address is stored

     
0/9000