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.
New AI Community Guidelines. Please review and follow them to ensure AI use stays safe, accurate, and compliant.
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