Siebel Business Process & Functionality (MOSC)

MOSC Banner

opening Symbolic URL in Open UI

edited Jul 23, 2013 6:32PM in Siebel Business Process & Functionality (MOSC) 1 commentAnswered
 We are in the process of upgrading siebel 8.1.10 version (Open UI) and we have a major functionality that is not working. We have a document generation process in which under a button click we invoke a symbolic url to open the document using pop up applet.
this is the code which we try to invoke the pop up applet.

if (MethodName == "Generate")
{
var oServiceAF = TheApplication().GetService("SLM Save List Service");
var inputPropAF = TheApplication().NewPropertySet();
var outputPropAF = TheApplication().NewPropertySet();
inputPropAF.SetProperty("Applet Name","ST CPL Letter Popup Applet");
inputPropAF.SetProperty("Applet Mode","6");
inputPropAF.SetProperty("Applet Height", "700");
inputPropAF.SetProperty("Applet Width", "700");
oServiceAF.InvokeMethod("LoadPopupApplet", inputPropAF, outputPropAF)

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