Hi All,
Just wondering if anyone has a better solution to printing a pdf a the same time as the packing slip. I can get the PDF out the system, and I have an idea of where to put the additional code (salespackingslipcontroller.main()) but the only solution I can find to print a pdf from within AX is using the winAPI function (www.agermark.com/.../print-pdf-files-from-ax-to-specific.html). This works but is not nice since it instantiates acrobat in order to print the document. Would be better to do it silently in the background.
Any ideas?
Thanks
David