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
11 replies
Subscribers
9 subscribers
Views
6648 views
Users
0 members are here
Share
More
Cancel
Related Discussions
Home
»
Discussions
»
General
Linking to an Action or Report
Kyle Jorgensen
over 8 years ago
What is the best way to link to an action or report other than directly using the URL? Since the links would be different between our environments I would like to avoid directly hard coding a URL in.
OriginalPostID-259948
Discussion posts and replies are publicly visible
Parents
0
vasilisg
over 8 years ago
Another workaround to get the working environment is by creating an expression that has the following:
urlforrecord(cons!RECORD_TYPE,1)
where cons!RECORD_Type is a constant of record type and the 1 does not matter just enter an integer, that way you can get the URL and using data manipulation the environment can be extracted.
Cancel
Vote Up
0
Vote Down
Sign in to reply
Verify Answer
Cancel
Reply
0
vasilisg
over 8 years ago
Another workaround to get the working environment is by creating an expression that has the following:
urlforrecord(cons!RECORD_TYPE,1)
where cons!RECORD_Type is a constant of record type and the 1 does not matter just enter an integer, that way you can get the URL and using data manipulation the environment can be extracted.
Cancel
Vote Up
0
Vote Down
Sign in to reply
Verify Answer
Cancel
Children
No Data