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
1947 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
0
Dan Lluhi
Certified Lead Developer
over 9 years ago
Hi, a!safeLink (
forum.appian.com/.../SAIL_Components.html
creates links that open in a new tab. Try using this together with urlforrecord (
forum.appian.com/.../Scripting_Functions.html
to open a record in a new tab.
Cancel
Vote Up
0
Vote Down
Sign in to reply
Verify Answer
Cancel
0
divyav
over 9 years ago
Thank you Daniell, it worked out
Cancel
Vote Up
0
Vote Down
Sign in to reply
Verify Answer
Cancel
0
sandeepr343
over 9 years ago
Hi Divya,
How you have combined a!safelink to urlforrecord to open record in new window?
Cancel
Vote Up
0
Vote Down
Sign in to reply
Verify Answer
Cancel
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