Is there a way to use a!recordLink in a process model, to display a link to a re

Is there a way to use a!recordLink in a process model, to display a link to a record when setting up an email? Or should I be using a different function?

OriginalPostID-196831

OriginalPostID-196831

  Discussion posts and replies are publicly visible

Parents
  • @ryant Please refrain from using the a!recordLink() if you aren't on a SAIL interface. 'Record Link', that is, a!recordLink() has significance only when it is used in SAIL interface because the output of it is a SAIL component and it can be only understood by SAIL interfaces, and other objects can't understand this format.

    Use fn!urlforrecord() to construct a link as specified above and pass the same value as an argument to the email template. Also the email template being used by you should be able to hyperlink the value(that is, output of fn!urlforrecord()) passed to the template.

    Still if you aren't able to resolve the issue, I would like to suggest to provide following info:
    1. How are you constructing the link to Record? Are you making use of a!recordLink() or fn!urlforrecord()?
    2. How are you passing the link(to record) to the email template, that is, are you passing on the fly or did you create a separate PV that stores this value?
    3. Is the email template able to hyperlink the value of link? Would you be able to attach the template?
Reply
  • @ryant Please refrain from using the a!recordLink() if you aren't on a SAIL interface. 'Record Link', that is, a!recordLink() has significance only when it is used in SAIL interface because the output of it is a SAIL component and it can be only understood by SAIL interfaces, and other objects can't understand this format.

    Use fn!urlforrecord() to construct a link as specified above and pass the same value as an argument to the email template. Also the email template being used by you should be able to hyperlink the value(that is, output of fn!urlforrecord()) passed to the template.

    Still if you aren't able to resolve the issue, I would like to suggest to provide following info:
    1. How are you constructing the link to Record? Are you making use of a!recordLink() or fn!urlforrecord()?
    2. How are you passing the link(to record) to the email template, that is, are you passing on the fly or did you create a separate PV that stores this value?
    3. Is the email template able to hyperlink the value of link? Would you be able to attach the template?
Children
No Data