Web Applet Events for Siebel eScript

The following table describes a summary of web applet events you can use with Siebel eScript.

Event Description Format

WebApplet_InvokeMethod Event

Siebel CRM calls this event after a specialized method on the Web applet runs.

WebApplet_InvokeMethod (MethodName)

WebApplet_Load Event

Siebel CRM calls this event immediately after it loads an applet.

WebApplet_Load

WebApplet_PreCanInvokeMethod Event

Called before Siebel CRM calls the PreInvokeMethod event, allowing you to determine if the user possesses the authority to call the applet method.

WebApplet_PreCanInvokeMethod (MethodName, &CanInvoke)

WebApplet_PreInvokeMethod Event

Siebel CRM calls this event before it calls a specialized method for the Web applet or a custom method that it calls through the oWebApplet object of the InvokeMethod method.

WebApplet_PreInvokeMethod (MethodName)