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
9 replies
Subscribers
7 subscribers
Views
3711 views
Users
0 members are here
Share
More
Cancel
Related Discussions
Home
»
Discussions
»
User Interface
Hi .. We are using a!recordLink inside gridTextColumn to direct to a custom dash
kumaraveln
over 9 years ago
Hi .. We are using a!recordLink inside gridTextColumn to direct to a custom dashboard in a record .. When we click on the hyperlink its opening the custom dashboard in the same page instead of a new tab.
Because of this we are facing one issue. Wheni use this hyperlinik in REPORTS, its not a prob. But when i use the same in a task (Initiated from ACTIONS), whenever the hyperlink is selected its warning the data will be lost (as in when we try to close a tab / navigate away from the task page).
How to make the link open in a new tab / new window using the same recordLink or by wrapping it with some other rule ?
OriginalPostID-184773
OriginalPostID-184773
Discussion posts and replies are publicly visible
Parents
0
sonalk
over 9 years ago
Hi Kumaraveln,
The a!recordLink will open the record in the same tab or window. You can make use of the a!safeLink instead of a!recordLink and in a!safeLink function's uri parameter call the urlForRecord() function and it will ensure to open it new tab.
Cancel
Vote Up
0
Vote Down
Sign in to reply
Verify Answer
Cancel
Reply
0
sonalk
over 9 years ago
Hi Kumaraveln,
The a!recordLink will open the record in the same tab or window. You can make use of the a!safeLink instead of a!recordLink and in a!safeLink function's uri parameter call the urlForRecord() function and it will ensure to open it new tab.
Cancel
Vote Up
0
Vote Down
Sign in to reply
Verify Answer
Cancel
Children
No Data