Siebel Business Process & Functionality (MOSC)

MOSC Banner

calling symbolic url in Open UI.

edited Mar 20, 2013 11:56PM in Siebel Business Process & Functionality (MOSC) 1 commentAnswered
 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 

Howdy, Stranger!

Log In

To view full details, sign in to My Oracle Support Community.

Register

Don't have a My Oracle Support Community account? Click here to get started.

Category Leaderboard

Top contributors this month

New to My Oracle Support Community? Visit our Welcome Center

MOSC Help Center