calling symbolic url in Open UI.
Experts,
we have siebel 8.1.9 FIns and Open UI, we used to have a BIP integration configured such a way using showpopup method to invoke the symbolic url , and that is working fine in fins application after we migrate to 8.1.9 ,but it didnt working in Open UI and it workd only in IFNS . After research we figure out that showpopup method didn't support in Open UI and we have to use java script window.open method.
this was the code we are using right now
inputPropSet.SetProperty("SWEMethod","ShowPopup");
this.InvokeMethod("ShowPopup",inputPropSet);
return ("ContinueOperation");
how to pass the property set we use the window.open java script method
0