Is it possible to configure an input field so that when a user enters a url it w

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
  • 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)
    ),
Reply
  • 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)
    ),
Children
No Data