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.
Best way to implement label printing?
I want to put a button on a Work Order that prints the right number of product labels inside my warehouse.
For label printing, I would like to use a Windows program called Bartender. Bartender provides a number of integration methods, but I've been focused on their web services API. You can send an XML document via HTTP POST to the server running Bartender (internal IP on our private network), and I can basically print whatever I want to any configured printer in the warehouse.
Any recommendations on how to do this in a safe and secure way? If Netsuite supported CORS, I could write a client script that would do an Ajax POST right to the Bartender server. But it doesn't.
0