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
4 replies
Subscribers
10 subscribers
Views
1948 views
Users
0 members are here
Share
More
Cancel
Related Discussions
Home
»
Discussions
»
Data and Records
Hi, How to use a!rocordLink in an interface so that while clicking a
divyav
over 9 years ago
Hi,
How to use a!rocordLink in an interface so that while clicking a link in a grid on an interface it should redirect to a record dashboard "IN A SEPERATE TAB". As of now we are able to redirect, but in the same tab. Please suggest
OriginalPostID-200031
OriginalPostID-200031
Discussion posts and replies are publicly visible
Parents
0
siddharthg837
over 9 years ago
Hi Sandeep, use the below expression to use the urlforrecord in a!safelink to open the record in the new window.
a!linkField(
links:a!safeLink(
label: <label of link>,
uri: urlforrecord(<constant for record type>,<record list view identifier>)
)
)
Cancel
Vote Up
0
Vote Down
Sign in to reply
Verify Answer
Cancel
Reply
0
siddharthg837
over 9 years ago
Hi Sandeep, use the below expression to use the urlforrecord in a!safelink to open the record in the new window.
a!linkField(
links:a!safeLink(
label: <label of link>,
uri: urlforrecord(<constant for record type>,<record list view identifier>)
)
)
Cancel
Vote Up
0
Vote Down
Sign in to reply
Verify Answer
Cancel
Children
No Data