How to add a hyper-link for treport that’s when the user press on the vendor n

mohmd
Member Posts: 51
How to add a hyper-link for the above report that’s when the user press on the vendor name it will open
Vendor Card.
Vendor Card.
0
Best Answer
-
Have a look at report 1004 "Close Inventory Period - Test" - this does a similar thing for the Item card. Basically you...
1) Include a field in the dataset for the hyperlink
2) On the field on the report select "Text Box Properties" --> Action, then click the "Go to URL" option and select the Hyperlink field in the "Select URL" field5
Answers
-
Have a look at report 1004 "Close Inventory Period - Test" - this does a similar thing for the Item card. Basically you...
1) Include a field in the dataset for the hyperlink
2) On the field on the report select "Text Box Properties" --> Action, then click the "Go to URL" option and select the Hyperlink field in the "Select URL" field5 -
what field i select in URL
concern on what
my aim is when the user press on the vendor name it will open
Vendor Card.0 -
what link should i choose
0 -
You need to include the hyperlink field in the dataset. Have a look at "ItemHyperlink" in report 1004.0
-
i do a field hyperlink and i rght this link but it doesnt work
DynamicsNAV:////runpage?page=30&mode=edit&bookmark="+FORMAT(Fields!venodorname.Value)
{DynamicsNAV:////runpage?page=30&mode=edit&bookmark="} this link i copied from a report
how i correct the link
whats the correct link
0 -
report 1004 dont found in my nav
i install nav 2017
0 -
See the above screenshot for what code to put in the DataItem and the OnAfterGetRecord (just tweak it to use the Vendor table and "vendor card"). In addition, below is the code for the GenerateHyperlink function...
LOCAL GenerateHyperlink(Bookmark : Text[250];PageID : Integer) : Text IF Bookmark = '' THEN EXIT(''); // Generates a URL such as dynamicsnav://hostname:port/instance/company/runpage?page=pageId&bookmark=recordId&mode=View. EXIT(GETURL(CURRENTCLIENTTYPE,COMPANYNAME,OBJECTTYPE::Page,PageID) + STRSUBSTNO('&bookmark=%1&mode=View',Bookmark));
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