Has anyone been able to iterate of `item.inventory...
# advancedpdf
d
Has anyone been able to iterate of
item.inventorydetail
... I have a use case where there are several Serialized Items on a single line, that I need to express as barcodes
<barcode codetype="qrcode" width="100" showtext="true" value="${item.inventorydetail}"/> causes an error
NetSuite injects an html linebreak between the invertorydetails field
💯 2