How to add parameter for URL ?

casanova
Member Posts: 194
hi all
I have send url link from nav to email
and from that email it will trigger page in NAV
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
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
0
Comments
-
do not exactly understand the question but something like this?
="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.0 -
kabroco wrote:do not exactly understand the question but something like this?
="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)0 -
i saw from http://msdn.microsoft.com/en-us/library/dd338670(v=nav.70).aspx
it should be like thisDynamicsNAV://localhost/DynamicsNAV70/CRONUS%20International%20Ltd./runpage?page=22&bookmark=120000000089083237343
but to get this bookmark 120000000089083237343 ??
thx0 -
Bookmark can be generated through RECORDID statement (in a page, for example):
CLEAR(RecRef); RecRef.Open(DATABASE::Customer); //Used a RecordRef variable RecRef.SETPOSITION(GETPOSITION); URL := 'DynamicsNAV://localhost/DynamicsNAV70/CRONUS%20International%20Ltd./runpage?page=22&bookmark='+FORMAT(RecordRef.RECORDID,0,10); //10 = base64 encoding
* Daniele Rebussi * | * Rebu NAV Diary *0
Categories
- All Categories
- 73 General
- 73 Announcements
- 66.6K Microsoft Dynamics NAV
- 18.7K NAV Three Tier
- 38.4K NAV/Navision Classic Client
- 3.6K Navision Attain
- 2.4K Navision Financials
- 116 Navision DOS
- 851 Navision e-Commerce
- 1K NAV Tips & Tricks
- 772 NAV Dutch speaking only
- 617 NAV Courses, Exams & Certification
- 2K Microsoft Dynamics-Other
- 1.5K Dynamics AX
- 320 Dynamics CRM
- 111 Dynamics GP
- 10 Dynamics SL
- 1.5K Other
- 990 SQL General
- 383 SQL Performance
- 34 SQL Tips & Tricks
- 35 Design Patterns (General & Best Practices)
- 1 Architectural Patterns
- 10 Design Patterns
- 5 Implementation Patterns
- 53 3rd Party Products, Services & Events
- 1.6K General
- 1.1K General Chat
- 1.6K Website
- 83 Testing
- 1.2K Download section
- 23 How Tos section
- 252 Feedback
- 12 NAV TechDays 2013 Sessions
- 13 NAV TechDays 2012 Sessions