Siebel Object Interfaces Reference > Siebel VB Quick Reference > Object Interfaces Reference >

Web Applet Events for Siebel VB


Table 111 describes a summary of web applet events you can use with Siebel VB.

Table 111. Summary of Web Applet Events for Siebel VB
Event
Description
Format

WebApplet_InvokeMethod Event

Called after Siebel CRM runs a specialized method on the Web applet.

WebApplet_InvokeMethod(MethodName as String)

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 as String, CanInvoke as String)

WebApplet_PreInvokeMethod Event

Called before Siebel CRM calls a specialized method for the Web applet or before it calls a custom method through oWebApplet.Invoke Method.

WebApplet_PreInvokeMethod
(MethodName as String) As Integer

WebApplet_Load Event

Called immediately after Siebel CRM loads an applet.

WebApplet_Load

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