Im editing an email template for the VRMA recored,...
# general
c
Im editing an email template for the VRMA recored, we currently have it set up like this:
<table border="1">
thead tr thItem/th thDescription/th thQty/th thRate/th thAmount/th thInventory Numbers/th <!-- Column for inventory numbers -->/tr /thead tbody#list transaction.item as item#if item.item?has_content tr td${item.custcol_kd_itemid}/td td${item.description}/td td style="text-align: center;"${item.quantity}/td td style="text-align: center;"${item.rate?string.currency}/td td style="text-align: center;"${item.amount?string.currency}/td td#list item.inventorydetail as invDetail#list invDetail.inventorynumbers as invNumber${invNumber.inventorynumber}br / /#list /#list/td /tr /#if/#list /tbody /table but so far I cant figure out how to pull in the serial numbers for serialized items. Our Vendor want the serial numbers listed but its just showing as blank. When I click inventory detail on a line that is serialized, it lists out all the serial numbers.