susant
07/21/2022, 10:20 PM<table class="itemtable" style="width: 100%; margin-top: 10px;">
<!-- start items -->
<#list record.item as item>
<#if item_index==0>
<thead>
<tr>
<th colspan="12">Activity</th>
<th colspan="4" align="right" >${item.amount@label}</th>
</tr>
</thead>
</#if>
<tr>
<td colspan="12"><span class="itemname">${item.description}</span></td>
<td colspan="4" align="right" >${item.amount}</td>
</tr>
</#list>
<!-- end items -->
</table>
David B
07/22/2022, 12:11 AM.itemtable
?susant
07/22/2022, 7:34 AMPlanetJupiter
07/22/2022, 8:35 AMsusant
07/22/2022, 11:15 AMPlanetJupiter
07/22/2022, 12:23 PMsusant
07/22/2022, 12:24 PMDavid B
07/24/2022, 11:00 PMDavid B
07/24/2022, 11:15 PMDavid B
07/24/2022, 11:23 PMThere 5 line items, 2 are coming, 3 are not coming.I think I have misunderstood what the issue is, ignore the above messages from me. I thought you were trying to access all 5 lines from the originating transaction (usually an invoice for RMA). However I now think you meant there are actually 5 lines on the RMA itself, 3 of which aren't displaying My only other advice would be to print using the default NetSuite pdf template and see if all lines print. If so, there's something wrong with the customized template.