Hello All,
I'm using NAV 2009 (non SP1) and from what I understand, I should be able to print a pdf formated invoice if I run this report from a codeunit exposed as a web service, is this assumption correct? I want to be able to do it from a web page where the user clicks a button and it calls this exposed codeunit, I'm fairly certain that this can be done, but would the user be able to pass a paramete (invoice #) to the codeunit so that it prints the proper invoice?
Any help or links to an example would be greatly appreciated.
A.L.
0
Comments
MVP - Dynamics NAV
My BLOG
NAVERTICA a.s.
Just filter a record instance for your invoice No. (Which you pass as parameter to your WS Function) and pass that to SAVEASPDF
Did you find the solution? I want to generate the PDF using PHP.
Thanks in advance.