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 |
---|---|---|
Siebel CRM calls this event after a specialized method on the Web applet runs. |
|
|
Siebel CRM calls this event immediately after it loads an applet. |
|
|
Called before Siebel CRM calls the PreInvokeMethod event, allowing you to determine if the user possesses the authority to call the applet method. |
|
|
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. |
|