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!
How do I access customer name in Advanced Pdf form?
Hi,
I'm using a custom PDF form for statements and trying to display the customer name in the form.
record.companyname is not returning any value. record.billaddress is working fine.
Thanks.
<table style="width: 100%;"><tr>
<td class="addressheader" colspan="3"><b>${record.billaddress@label}</b></td>
</tr>
<tr>
<td class="address" colspan="3">
<b>${record.companyname}</b><br/>
${record.billaddress}
</td>
</tr></table>
0