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.
New AI Community Guidelines. Please review and follow them to ensure AI use stays safe, accurate, and compliant.
Please note that on Saturday, April 18, 2026, at 8:00 PM Pacific Time, our Case Management System will undergo a scheduled maintenance for approximately 15 minutes. During this time, case creation via SuiteAnswers will be unavailable and inbound calls will be routed to Customer Service.
NSC | Customize Check Template to Create a Table Similar from Basic PDF Layout
There are scenarios where a user wants to copy the Table/style of a Basic Layout of Checks when using Advanced PDF/HTML Templates. We can customize the Standard US Voucher template to display a table that will reflect the sublists from the Check transaction.
Here are the changes of the code that we need to apply:
Replace the Body part of the Source code
<div class="items"> <table class="itemtable" style="position: absolute; overflow: hidden; left: 36pt;top: 15pt; width: 436pt;"><tr style="background-color: #000000; color: #FFFFFF;"> <td align="center" colspan="6" line-height="150%">Date</td> <td align="center" colspan="8">Description</td> <td align="center" colspan="5">Account</td> <td align="center" colspan="3">Orig. Amt.</td> <td align="center" colspan="3">Amt. Due</td> <td align="center" colspan="3">Discount</td> <td align="center" colspan="4">Amount</td> </tr>
@Kristoffer Viray-Oracle | Ask A Guru | Let us know what contents you like to see in the Community. You can vote here.
0
