hyperlink bookmark

dmauldindmauldin Member Posts: 37
edited 2013-02-21 in NAV Three Tier
I need to build the hyperlink for running a RTC page. I will be running this hyperlink from the classic client and wanted to know if i can get the bookmark for the hyperlink from the record I'm on in the classic client. I have a dll I need to call and instead of installing it on every machine that needs to run it, I want to drop it on the service tier and call it from RTC, but most of our users are running the classic client and we need this before we can get them onto RTC. This is mostly to save them a couple steps of having to open RTC, find the contact they're on and then running the code to call the dll.

Thanks.

Comments

  • deV.chdeV.ch Member Posts: 543
    On classic client you cannot get the bookmark of the record, the expression to get a bookmark: Format(Recordid, 0, 9); does only work on the service tier.
    Maybe you could implement the formating yourself, i think its some sort of base64 encoding of the string equivalent of the recorid. But you need futher effort to find the correct encoding.
  • dmauldindmauldin Member Posts: 37
    That's what I was expecting. Thanks.
Sign In or Register to comment.