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!
Stay in the Know
Be sure you're subscribed to NetSuite communication to stay in the know about monthly happenings, updates and announcements. Subscribe
Be sure you're subscribed to NetSuite communication to stay in the know about monthly happenings, updates and announcements. Subscribe
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