Is it possible for me to link each row of the report to a specific record?

Hi , is it possible for me to link each row of the report to a specific record , like the process dashboard links to an instance dashboard ?...

OriginalPostID-99263

OriginalPostID-99263

  Discussion posts and replies are publicly visible

Parents
  • Something like this should work in 7.3--
    In your grid, make an a!gridLinkColumn and use something like this in the data field : apply(a!safeLink(uri:_,label:_),merge(apply(urlforrecord(cons!RECORDTYPE,_),CDT.recordPrimaryKey),CDT.Label/Name))

    Note this will make link URLS, so it will open in a new window. On mobile devices, I believe this will exit the Appian application and open the browser.
Reply
  • Something like this should work in 7.3--
    In your grid, make an a!gridLinkColumn and use something like this in the data field : apply(a!safeLink(uri:_,label:_),merge(apply(urlforrecord(cons!RECORDTYPE,_),CDT.recordPrimaryKey),CDT.Label/Name))

    Note this will make link URLS, so it will open in a new window. On mobile devices, I believe this will exit the Appian application and open the browser.
Children
No Data