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!
Need to show custom body field on EFT Payment Notification Template
Trying to use SuiteAnswer 74698 to include a custom body field defined on Vendor Bill so that it shows on the list of vendor invoices within the email. Heading does show, but ${apply.custbody_my_field} does not print anything.
<table class="itemtable" style="height: 43px; width: 99.85%"><!-- start apply sublist --><#list record.apply as apply><#if apply_index==0>
<thead>
<tr>
<th align="left">Date</th>
<th align="left">Description</th>
<th align="right">Payment Amount</th>
<th align="right">My Field</th>
</tr>
</thead>
</#if>
<!-- display only applied payments -->
<#if apply.apply>
<tr>
<td align="left">${apply.applydate}</td>