Discussions
Read on for the latest updates including:
• Agenda Builder launch
• SuiteWorld On Air registration
• New NetSuite Prompt Studio Contest
• And more!
Check out this thread to learn more!
Customise Payment Notification
Following:
Sending Payment Notifications
Published 04/20/2012 08:32 PM | Updated 01/31/2020 05:35 AM | Answer Id: 21760
I am trying to customise the Payment Notification Email.
I have already created a new Advanced PDF/HTML Template for Bill Payments, and this works if created from a single Bill Payment.
It includes code to show the bills and credits applied (adapted from one of the inbuilt Advanced templates):
<#if record.apply?has_content>
<table class="itemtable" style="width: 100%; margin-top: 10px;"><!-- start apply sublist --><#list record.apply as apply><#if apply_index==0>
<thead>
<tr>
<th style="width: 14%;">${apply.applydate@label}</th>
<th style="width: 28%;">Description</th>
<th style="width: 28%;">Applied To</th>