Web Applet Events for Siebel VB

The following table describes a summary of web applet events you can use with 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