URL not appearing as a hyperlink in the view. Pega 24.2 Constellation application

In Pega 24.2 Constellation, I am trying to add a Link (URL) which is supposed to be clickable to open a website.

Configuration step:

  1. In the data model within the CaseType we added a field (MoreInfo property) of type URL.
  2. This MoreInfo is added to the view. Edit Mode set to Read Only.
  3. Before the launch of the Flow Action, we set the “https://abc.sharedpath.com/wqer/asdf…” to the MoreInfo property using a Data Transform.
  4. The Screen loads and the url doesn’t appears like a link/hyperlink. Instead it appears like a read-only text box with the url in it

Is there are a way to achieve this. We are trying not to hardcode. We are setting the url address in a DSS.

Note: When we used the Insert Link option available within Instructions Text, it works fine by hardcoding the url address.

I will try ro add the screenshots.

Thanks,

Krishna

Did you try: Pegasystems Documentation

I think you can try adding the MoreInfo Property to Partial View to display the field like a URL. I doubt in Form view it’s still treated as a read only field.

Thanks for sharing the documentation. Adding it in the partial-view worked.