in order to create links to pages in reporting services, we have to write odd url like this
="DynamicsNav://DN-NWS01:7046/DynamicsNAV/mycompany/runpage?page=18038646&mode=view&bookmark=" + Fields!FORMAT_PatientRecRef_RECORDID_0_10_.Value
is there a way to retrieve this part ([url=DynamicsNav://DN-NWS01:7046/DynamicsNAV/mycompany/runpage]DynamicsNav://DN-NWS01:7046/DynamicsNAV ... ny/runpage[/url]?) automatically from the system?like nav does for record links.
thanks for your suggestions
-Mirko-
"Never memorize what you can easily find in a book".....Or Mibuso
My Blog0
Answers
In Report layout on the properties of the text box in the Navision Tab Select Jump to URL and
set the expression to
= "DynamicsNav://" & Fields!ServerName & ":7046/DynamicsNAV/" & Fields!CompanyName & "/runpage?page="
Independent Consultant/Developer
blog: https://dynamicsuser.net/nav/b/ara3n
i guess it's better than nothing...the problem is that reports with hyperlink working in development db, can fail (i mean, only the hyperling is going to fail) if the production database have a different service name
"Never memorize what you can easily find in a book".....Or Mibuso
My Blog
Then you have a different value in development than in production.
how in the hell nav get that nice address in the recordlink table?
it has to catch it from somewhere, hasn't it? :-k
"Never memorize what you can easily find in a book".....Or Mibuso
My Blog
Independent Consultant/Developer
blog: https://dynamicsuser.net/nav/b/ara3n
Independent Consultant/Developer
blog: https://dynamicsuser.net/nav/b/ara3n