We can create a link to open the RTC on a specific record by creating a bookmark using:
FORMAT(RecRef.RECORDID, 0, 10)
...however this only works in the RTC. I have a piece of code that runs in NAS that need to be able to create a URL with a bookmark. I don't believe this is possible. Is there any way to create a URL with the key fields like we could in the Classic client that will open a page in the RTC? Failing this the only idea I could come up with was to create the bookmark and store it against a new field on the table. I beleive the bookmarks would remain consisent so this should be feasible. I only need this to work with one page so this is workable but not exactly pretty!
Any suggestions greatly welcomed
Comments
Did you find a solution to this issue?
I am facing the same issue as described here. I need to create a URL to RTC from NAS and as FORMAT(RecRef.RECORDID, 0, 10) doesn't work in NAS I am a bit lost.
Does anybody know how to create the bookmark from NAS?
Thanks
Claus
http://www.AcumenConsulting.co.nz
I'm also looking for a solution for this problem.
I would like to replicate the customer table (including bookmarks) to another application.
Can someone point me in the right direction?
MVP - Dynamics NAV
My BLOG
NAVERTICA a.s.
http://www.dynamics.is/?p=658
Gunnar Gestsson
Microsoft Certified IT Professional
Dynamics NAV MVP
http://www.dynamics.is
http://Objects4NAV.com
http://www.dynamics.is/?p=608
Gunnar Gestsson
Microsoft Certified IT Professional
Dynamics NAV MVP
http://www.dynamics.is
http://Objects4NAV.com
http://www.morenav.com/nav-start-com-api
I needed the functions for another project but chose to isolate it in the code libraries for easier integration.
regards,
Jacob