Script a button to print current record to DYMO
I'm finally moving a product pricing process from EXCEL into QB.
The last step is giving a user(s) the ability to print product labels from QB to a local DYMO printer.
What I had envisioned was a button on the record form that would take a half dozen or so values in the record and push them as values for the label.
Has anyone here done this already? If so, are you willing to share any of your scripting?
My JavaScript experience is extremely limited. This link is an example of printing to a DYMO via a JavaScript library, but I don't really understand how to set the values of QB fields as the values to send to the printer.
http://developers.dymo.com/2010/06/02/dymo-label-framework-javascript-library-samples-print-a-label/
Any help would be greatly appreciated.