HTML Template issue in OpenUI
I
came across an issue with F9 Functionality on 8.1.1.10 OpenUI
If we are using HTML templates which has Hyperlinks (shortcuts) those are converted as plain text instead of showing as links
It works when we give the link as
<A href="http://oracle.com/">http://oracle.com/</A>
But doesn’t work if we give as below
<A href="http://oracle.com/">Visit Oracle</A>
Oracle says
It is expected behavior because In Siebel OpenUI, “Send Mail” integration—that
is, once the URL is invoked, Siebel has no knowledge of what happens
afterwards, which is different from HI behavior.