Siebel Object Interfaces Reference > Siebel eScript Quick Reference > Object Interfaces Reference >

Web Applet Events for Siebel eScript


Table 122 describes a summary of web applet events you can use with Siebel eScript.

Table 122. Summary of Web Applet Events for 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)

Siebel Object Interfaces Reference Copyright © 2018, Oracle and/or its affiliates. All rights reserved. Legal Notices.