Siebel Object Interfaces Reference > Interfaces Reference > Application Events >

Application_InvokeMethod


The Application_InvokeMethod event is called after a specialized method is invoked.

Server Script Syntax

Application_InvokeMethod(methodName)

Argument
Description
methodName
Name of the method invoked

Browser Script Syntax

Application_InvokeMethod(name, inputPropSet)

Argument
Description
inputPropSet
A property set containing parameters to be passed to the InvokeMethod event.

Usage

The InvokeMethod event is called just after a specialized method is invoked on the application.

If you are implementing a new method (not defined by the built-in functions), the script should return CancelOperation to avoid invoking an Unknown Method Name error.

The Browser script implementation does not return a property set.

Returns

Returns TRUE if the call succeeds or FALSE if it does not succeed.

Used With

Browser Script, Server Script

See Also

How Your Script Affects Program Flow
Application_PreInvokeMethod


 Siebel Object Interfaces Reference 
 Published: 18 June 2003