Hi I want to do something like this. I know I can do it with reports but I am not able to do it wth pages.
i want to launch a page with by specifying a invoice number.
for reports, i can see msdn documentation like
dynamicsnav:////runreport?report=104&filter=Customer.%22No.%22:"+1ST006
I have seen on msnd that you can do it with specifying a bookmark. but how do i generate automatic books marks? and how would i know whats the book mark for a particular sales invoice....
please guide.
regards,
KS
0
Answers
MVP - Dynamics NAV
My BLOG
NAVERTICA a.s.
I already checked this at freddy's blog but I need instant link to launch invoice from a list of invoices from excel.
What i did is the following just in case some one else need it.
I wrote a codeunit that generate bookmarks and compose a page url and return the url. I called that webservice in a .net assembly and registered it in analysis services database as an assembly and then queries it by giving document type and document number(parameters). and it worked for me.
regards,
If you need fob / txt /xml, and .net assembly code, please pm me your email address.
here the is code.