We are in 7.9. Is there a way that I can provide a direct link to one of the Re

We are in 7.9. Is there a way that I can provide a direct link to one of the Record > Dashboard > Views?

OriginalPostID-154622

OriginalPostID-154622

  Discussion posts and replies are publicly visible

Parents
  • Using urlforrecord and replacing summary by additional views unique identifier seems to right approach as of now until we have a function which does the same.

    Here is how you can replace summary with other additional views unique identifier which should be maintained in a constant and get a link to dashboard views.

    substitute(
    urlforrecord(cons!COMMON_RECORD_TYPE_APPLICATIONS,1314),"summary","_-Uj1Vg")
Reply
  • Using urlforrecord and replacing summary by additional views unique identifier seems to right approach as of now until we have a function which does the same.

    Here is how you can replace summary with other additional views unique identifier which should be maintained in a constant and get a link to dashboard views.

    substitute(
    urlforrecord(cons!COMMON_RECORD_TYPE_APPLICATIONS,1314),"summary","_-Uj1Vg")
Children
No Data