how to open the external application in new tab and pass arguments while click the link in form appl
Hi Folks,
I want to open the external application in new tap while i'm click the Form applet field value in siebel and also pass the field value as a parameter to that external application
I have already tried the below link as a calulated value and displayed that calculated field in form applet. when I click that link(Field value) the external application is opened but parameter is not Passed to that application.
"<A HREF='https://www.google.com/search?&q=' target=_blank>" + [Policy Number] + [BRCRM LoB System Name] + "</A>"
Please let me know if any other ways to achive this requriment.