Application Events for Siebel eScript

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

Event Description Format

Application_Close Event

Called before the Siebel application exits.

Application_Close()

Application_InvokeMethod Event

Called after a specialized method is called.

Application_InvokeMethod(methodName)

Application_Navigate Event

Called after the user navigates to a view.

Application_Navigate()

Application_PreInvokeMethod Event

Called before Siebel CRM calls a specialized method.

Application_PreInvokeMethod(methodName)

Application_PreNavigate Event

Called before the Siebel application displays the view where the user navigates.

Application_PreNavigate (DestViewName, DestBusObjName)

Application_Start Event

Called when the Siebel client starts.

Application_Start(commandLine)