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

Application Events for Siebel eScript


Table 124 describes a summary of application events you can use with Siebel eScript.

Table 124. Summary of Application Events for 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)

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