Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Current »

As a Fundraising Manager, you are about to run a new Appeal, which you want to send a customised receipt for. To do this, you need to set up a new Classic Email Template, and a new ProntoPlus Email Template. 

Create a Classic Email Template 

Go to Set-up > Classic Email Templates > New Template  

  • To create a new template, press the New Template button and it will let you choose what type of email template you would like to create. 

  • You can choose what type you want but in this example, we will choose Custom. 

image-20240716-234549.pngimage-20240716-234629.png
  • Fill in the necessary fields and be sure to check the Available For Use checkbox to make the template available and Next when done. 

    • Folder - the folder where your template will be stored  

    • Available For Use - if tick it will make the template available to users  

    • Email Template Name - the name of the template. Hit Tab, and the Template Unique Name will be populated automatically.  

    • Encoding - choose General US & Western Europe  

    • Description - the internal description of your template  

      image-20240716-234731.png
    • Subject - Enter the subject that will be used when the email is sent out 

    • Email Body - the content of your template. 

      • Salesforce Classic Email Templates has native merge fields available   

image-20240716-234813.png
  • Here’s a sample Email body using HTML 

<!DOCTYPE html> 

<html> 

<head> 

<link href='http://fonts.googleapis.com/css?family=Open+Sans' rel='stylesheet' type='text/css'> 

</head> 

<body style="margin:25px 25px;padding:0x;font-family: ‘Open Sans’, Arial Unicode, Lucida Sans Unicode, Arial, sans-serif;font-size:11pt;"> 

<table width="100%" style="margin:0 auto;background-color:#FFF;border-collapse:collapse;font- size:10pt;"> 

<tr><tdwidth="50%" align="left">&nbsp;<img src="https://prontoplus-dev-ed-- c . ap5.content.force.com/servlet/servlet.ImageServer?id=0157F000001BvK2&oid=00D7F000000sSBJ" style="width:263px;"/></td></tr> 

</table> 

<table width="100%" style="margin:0 auto;background-color:#FFF;border-collapse:collapse;font- size:10pt;"> 

<tbody> 

<tr> 

<td align="left"> 

<br/><br/><strong>Receipt number: {!receiptNumber}</strong><br/><br/> 

{!recipientName} 

{!recipientMailingStreet} 

{!recipientMailingCity}  

<br/>{!recipientMailingState} {!recipientMailingPostalCode} 

<br/><br/> 

</td> </tr> 

<tr><td align="left">{!dateToday}<br/></td></tr> 

<tr> <td align="left"> 

Dear {!salutation},<br/> 

<p>From the entire organisation, we would like to sincerely thank you for the generous gift of 

{!amount} on {!relatedToCloseDate}.</p> 

<p>We are grateful for the aid provided to help reach those who are in need. Thank you for sharing with us the opportunity in making a difference.</p> 

<br /><p>{!complimentaryClose},</p> 

<p><strong>{!orgName}</strong></p> 

<br /> 

<table width="100%" style="border-collapse:collapse;"> 

<thead> 

<tr> 

<th width="40%" style="background-color:#EB4917;color:#FFF;font-weight:normal;padding:20px 38px;text-align:left;">GENERAL ACCOUNTING UNIT</th> 

<th width="30%" style="background-color:#EB4917;color:#FFF;font-weight:normal;padding:20px 38px;text-align:center;">AMOUNT</th>  

</tr> 

</thead> 

<tbody>{!GAUAllocations}</tbody> 

</table> 

<br /> 

<td> 

</tr> 

</tbody> 

</table> 

</body>  

</html> 

  • Click Copy text from HTML version > click OK > Click Save 

  • Click Next 

image-20240716-234949.pngimage-20240716-235008.png
  • You can Edit your Email Template if you feel there’s something lacking by clicking the ‘Edit HTML Version’ 

  • Send Test and Verify Merge Fields- to test if the fields being merge in the template is properly working 

image-20240716-235109.png
  • Click Send Test and Verify Merge Fields > fill in the necessary fields>  then press Ok

    image-20240716-235230.pngimage-20240716-235302.png

  • This is what it looks like when you Generate Receipt in Opportunity 

image-20240716-235513.png

Please Note: You can make customizations on your Classic Email Template however you want as long as it is within the Available Merge Fields or in the provided ProntoPlus Receipt Naming (Table Variables and Table Definitions) in ProntoPlus Settings. 

 

  • Alternatively, you can Clone the generic receipt template that is included in the ProntoPlus Package, and edit it, as a base-line. 

  • Choose one receipt to clone by clicking its name > Click the Clone button. 

  • You can customise the Folder, Template Name and Description. 

  • Hit Save 

image-20240716-235602.png

Please Note: When you are using an HTML or Custom email template, when you edit the template, you need to edit both the HTML and the Text versions. 

 

REFERENCES:  

https://developer.salesforce.com/docs/atlas.en-us.salesforce_HTMLtemplates_cheatsheet.meta/salesforce_HTMLtemplates_cheatsheet/HTMLtemplates_cheatsheet.htm

https://www.youtube.com/watch?v=erietmqBpuM

https://www.youtube.com/watch?v=N56SqqAeH2s

 

 

  • No labels