Siebel Business Process & Functionality (MOSC)

MOSC Banner

Pop up Applet

edited Nov 27, 2015 10:08AM in Siebel Business Process & Functionality (MOSC) 2 commentsAnswered

Hello,

We have requirement to display pop up applet without user intervention.

We wrote below script code in Applet Load event but it is not working while it is working on Drilldown even in the applet

var oServiceAF = TheApplication().GetService("SLM Save List Service");

var inputPropAF = TheApplication().NewPropertySet();

var outputPropAF = TheApplication().NewPropertySet();

inputPropAF.SetProperty("Applet Name","DBS AAC User Popup Applet");

inputPropAF.SetProperty("Applet Mode","2");

inputPropAF.SetProperty("Popup Dimension", "1500x2000");

oServiceAF.InvokeMethod("LoadPopupApplet", inputPropAF, outputPropAF);

return (CancelOperation);

Above code is not working in Applet load event. Pls let us know any workaround.

Thanks,

Parag

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