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.
Now is the time to ask your NetSuite-savvy friends and colleagues to join the NetSuite Support Community! Refer now! Click here to watch and learn more!
2025.1 Advanced PDF template UPC codes not working
We have created a freemarker template to generate labels for our items that include a UPC barcode. Prior to the 2025.1 update, everything was working fine. The morning after, the UPC barcode no longer generates. Within the barcode element we are using codetype="upca". If I change that value to "qrcode" or "code25" a barcode does generate of those types, but not "upca". I'm not finding any specific documentation that mentions that "upca" is no longer valid.
Here is the line in the template that we are using:
<barcode class="barcode-bar" width="0.9in" height="0.9in" codetype="upca" showtext="true" value="${label.itemUpc}"></barcode>
Any ideas why we are 0