Hi
When i run the application thru Visual Studio on Local Machine it shows me below link
http://localhost:54744/Test.aspx
When i write this code in Navision HYPERLINK('192.168.1.232/Test.aspx'+''+"Vend"); then it displays
The WebPage cannot be found
Thanks
*This post is locked for comments
Debug the code and see what is the URL getting built, then copy that and see if you can run that without an issue.
Please refer the link Suresh posted.
Please check this blog it has the instructions to build the URL
blogs.msdn.microsoft.com/.../creating-urls-to-microsoft-dynamics-nav-clients
I think it's because the url string you're creating is wrong. You can test for example placing a message instead of HYPERLINK to check the string created.
Here it seems that your url ends with Test.aspxYYYY where YYYY is the Vend variable value. This is absolutely not a correct url string.
Stay up to date on forum activity by subscribing. You can also customize your in-app and email Notification settings across all subscriptions.
André Arnaud de Cal... 291,253 Super User 2024 Season 2
Martin Dráb 230,188 Most Valuable Professional
nmaenpaa 101,156