Appian Community
Site
Search
Sign In/Register
Site
Search
User
DISCUSS
LEARN
SUCCESS
SUPPORT
Documentation
AppMarket
More
Cancel
I'm looking for ...
State
Suggested Answer
+1
person also asked this
people also asked this
Replies
15 replies
Answers
1 answer
Subscribers
5 subscribers
Views
10740 views
Users
0 members are here
Share
More
Cancel
Related Discussions
Home
»
Discussions
»
Process
Is there a way to use a!recordLink in a process model, to display a link to a re
ryant122
over 9 years ago
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
0
sikhivahans
over 9 years ago
@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?
Cancel
Vote Up
0
Vote Down
Sign in to reply
Verify Answer
Cancel
Reply
0
sikhivahans
over 9 years ago
@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?
Cancel
Vote Up
0
Vote Down
Sign in to reply
Verify Answer
Cancel
Children
No Data