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.
Keep an eye out for upcoming NetSuite events, including meetups, workshops, and webinars. These sessions are a great way to connect with peers, learn from experts, and stay current on the latest NetSuite updates and best practices. Registration links are provided in each event.
Custom Item Label Script
I'm trying to create a custom item label form using a combination of standard HTML and Suitlets. I have my form interface setup so that a user can enter a sublist of items of any length and then the appropriate SuiteScript will capture the information from each line item.
I've tried using a standard HTML form workaround to submit the label to the barcodeprinter.nl function using the <form action='...'>...etc...</form>. I've tried exhaustively to capture the right data and format it correctly as input into the function. All I get is a blank PDF page that says error at the top.
0