Discussions
Stay up-to-date with the latest news from NetSuite. You’ll be in the know about how to connect with peers and take your business to new heights at our virtual, in-person, on demand events, and much more.
Now is the time to ask your NetSuite-savvy friends and colleagues to join the NetSuite Support Community! Refer now! Click here to watch and 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>
0