Friday, July 29, 2011

Message Popup in Siebel e-Script

While debugging in siebel escript some times we may want to know value for a variable. Instead of using script debugger we can just write a code to popup the variable. If we use TheApplication().RaiseErrorText() in e-script it will stop the execution of code, but if we want to know the values for the variables and continue with code execution then the following code will help.

var WshShell = COMCreateObject("WScript.Shell");
WshShell.Popup("In Applet Load Method",0,"Siebel");
WshShell = null;

No comments:

Post a Comment

Siebel Open UI is released ...!!!

Hi Guys, The most awaited feature of Siebel, called Open UI is released. This new feature Open UI is available in new Siebel patch 8.1.1....