Siebel 14.16 URL hyperlinks in list applet
Hello,
We have URL links in list applet. Field in db level has value "file://server.ota.local/sieblog/1-11YX8XG_Error.xml". Field in Applet has HTML Type=URL.
This generates code <a class="siebui-ctrl-url-ro" tabindex="-1" href="http://file://server.ota.local/sieblog/1-13JRHZK_Error.xml" target="_blank">file://server.ota.local/sieblog/1-13JRHZK_Error.xml</a>.
When you click on link there is error "This site can’t be reached" because of "http:" in href attribute.
I tried to have worka round with calculated field and "HTML Display Mode=DontEncodeData" but DontEncodeData doesn't work Open UI and UP Encode is only for form applets.