Hi folks,
I've started to fumble around with webservices in NAV 2009 R2. I want to publish a webservice that can return the actual stock level of an item (per location). The webservice gives Item No. and Unit Of Measure as input to the NAV function. Then NAV has to return one or more lines with Item No., Unit of Measure, Location Code and the actual stock level.
How can I manage this? I know how to publish a page or a function in a codeunit, my problem is that I can't figure out how to return data of multiple records!
Thx
Josh
0
Comments
MVP - Dynamics NAV
My BLOG
NAVERTICA a.s.
May be you can use array variables and pass them by reference.
Hope this works
Thanks
MVP - Dynamics NAV
My BLOG
NAVERTICA a.s.