Appian Community
Site
Search
Sign In/Register
Site
Search
User
DISCUSS
LEARN
SUCCESS
SUPPORT
Documentation
AppMarket
More
Cancel
I'm looking for ...
State
Not Answered
Replies
7 replies
Subscribers
10 subscribers
Views
4485 views
Users
0 members are here
Share
More
Cancel
Related Discussions
Home
»
Discussions
»
Data and Records
I would like to create a friendly URL for a record link and insert into the body
mikec
over 10 years ago
I would like to create a friendly URL for a record link and insert into the body of an email. I have been able to retrieve the record link in question but how do you give it a friendly name? Here is an example of what I have now:
Order Link:
scrippsnetworksdev.appiancloud.com/.../summary
Here is what I would like:
Order Link:
Click here to view this order
OriginalPostID-137304
OriginalPostID-137304
Discussion posts and replies are publicly visible
0
Lakshmi Meyyappan
over 10 years ago
Hi Mike, are you using the rich text editor to create the email body, or is it an HTML template?
Cancel
Vote Up
0
Vote Down
Sign in to reply
Verify Answer
Cancel
0
jackm829
A Score Level 3
over 10 years ago
You should be able to use the usual HTML to do that: <a href="url">link text</a>. If you are using an expression rule to form the email body, then you can embed the HTML into the expression rule.
Cancel
Vote Up
0
Vote Down
Sign in to reply
Verify Answer
Cancel
0
mikec
over 10 years ago
I am using an expression currently as the link is in a pv. so are you saying I could do this <a href=pv!recordlink>Click here to view record> ?
Cancel
Vote Up
0
Vote Down
Sign in to reply
Verify Answer
Cancel
0
jackm829
A Score Level 3
over 10 years ago
Syntax should be something like: "<a href = """&pv!recordlink&""">Click here to view record</a>" Note that the HTML is within quotes in the expression rule.
Cancel
Vote Up
0
Vote Down
Sign in to reply
Verify Answer
Cancel
0
mikec
over 10 years ago
the expression will not resolve so does not look like I can do that
Cancel
Vote Up
0
Vote Down
Sign in to reply
Verify Answer
Cancel
0
mikec
over 10 years ago
ah, let me try that
Cancel
Vote Up
0
Vote Down
Sign in to reply
Verify Answer
Cancel
0
mikec
over 10 years ago
worked great. Thanks!
Cancel
Vote Up
0
Vote Down
Sign in to reply
Verify Answer
Cancel