Discussions
Be sure you're subscribed to NetSuite communication to stay in the know about monthly happenings, updates and announcements. Subscribe
List declaration editing
I've declared a list in my custom advanced pdf and when I add item.item, instead of the list going from row to row, the list only displays one item per page. So instead of eight items displayed on one page, the eight items are displayed on eight pages.
<td colspan="3" style="width: 572px; vertical-align: top; text-align: left; border: 1px rgb(0, 0, 0); background-color: rgb(255, 255, 102);"><span style="font-size:11px;"><span style="font-family:Arial,Helvetica,sans-serif;"><span class="itemname">${item.item}</span></span></span></td>
<td colspan="7" rowspan="1" style="width: 572px; vertical-align: top; text-align: left; border: 1px rgb(0, 0, 0); background-color: rgb(255, 255, 102);"><span style="font-size:11px;"><span style="font-family:Arial,Helvetica,sans-serif;">${item.description}</span></span></td>