Is there a way to have the link to a record open in a new window from the tempo report?

I have a tempo report that allows user to click on a record to view it. But the record opens in the same window, forcing the user has to re-load the report in order to view the originally reported records. Is there a way to have the link to a record open in a new window from the tempo report?

OriginalPostID-142897

OriginalPostID-142897

  Discussion posts and replies are publicly visible

Parents
  • Hi amjedr
    That's the expected behaviour of a!record link that will open your record in the same tab or window.

    If you want your clicked record from report to open in a new tab, you can make use of urlforrecord () function and it will ensure to open it new tab.

    Also just to add to this, link formed by urlforrecord function is not supported on android platforms. Not sure about iOS.
Reply
  • Hi amjedr
    That's the expected behaviour of a!record link that will open your record in the same tab or window.

    If you want your clicked record from report to open in a new tab, you can make use of urlforrecord () function and it will ensure to open it new tab.

    Also just to add to this, link formed by urlforrecord function is not supported on android platforms. Not sure about iOS.
Children
No Data