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
8 replies
Subscribers
7 subscribers
Views
3778 views
Users
0 members are here
Share
More
Cancel
Related Discussions
Home
»
Discussions
»
User Interface
Is it possible to configure an input field so that when a user enters a url it w
michaelb40
over 10 years ago
Is it possible to configure an input field so that when a user enters a url it will be a clickable link?
OriginalPostID-141151
OriginalPostID-141151
Discussion posts and replies are publicly visible
Parents
0
michaelb40
over 10 years ago
Hi Ruth, ok I spoke to soon - it worked fine in the SAIL Interface, but not in Tempo. I get an error that there is an expression evaluation error in my rule, that it is not a permitted URI under the configured security rules and cannot be cast to safeUri. My code is as follows:
a!textField(
label: "Sample Report URL",
instructions: "Enter the URL for the sample report here, in
http://url.com
format.",
labelPosition: "ADJACENT",
saveInto: ri!dqrr_dataQualityReportRequestCDT.dqaFulfillmentURL
),
a!linkField(
links:a!safeLink(
label:"Click here to access the URL",
uri:ri!dqrr_dataQualityReportRequestCDT.dqaFulfillmentURL)
),
Cancel
Vote Up
0
Vote Down
Sign in to reply
Verify Answer
Cancel
Reply
0
michaelb40
over 10 years ago
Hi Ruth, ok I spoke to soon - it worked fine in the SAIL Interface, but not in Tempo. I get an error that there is an expression evaluation error in my rule, that it is not a permitted URI under the configured security rules and cannot be cast to safeUri. My code is as follows:
a!textField(
label: "Sample Report URL",
instructions: "Enter the URL for the sample report here, in
http://url.com
format.",
labelPosition: "ADJACENT",
saveInto: ri!dqrr_dataQualityReportRequestCDT.dqaFulfillmentURL
),
a!linkField(
links:a!safeLink(
label:"Click here to access the URL",
uri:ri!dqrr_dataQualityReportRequestCDT.dqaFulfillmentURL)
),
Cancel
Vote Up
0
Vote Down
Sign in to reply
Verify Answer
Cancel
Children
No Data