hi all
I have send url link from nav to email
and from that email it will trigger page in NAV
ApprovalURL := STRSUBSTNO('DynamicsNAV:+//%1/RunPage?Page=%2',SystemUri.EscapeDataString(COMPANYNAME), 50001);
my question is ..
how to add parameter for this page?
lets say i want to open this page, but only filtered by document no
thx
Comments
="dynamicsnav:////runreport?report=104&filter=Customer.%22No.%
22:"+Fields!Customer__No__.Value
Or
="dynamicsnav:////runpage?page=21&mode=edit&bookmark="+Fields!Custome
rBookmark.Value
This is used for linking in reporting to a page. Use & for filtering.
ok actually i have a page no 50043
i can open this page
but i can't filter it by document no
because the page that i want to open is Card type
if i use your and then roll over it to the URL
it will be like this image.. (what i need is.. ==> DynamicsNAV:+//CompanyName/RunPage?Page=50043&mode=edit&Document No.=L-CASEDOCNO)
it should be like this
but to get this bookmark 120000000089083237343 ??
thx