Siebel Object Interfaces Reference > Interfaces Reference > Application Events >

Application_InvokeMethod Event


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 arguments to be passed to the InvokeMethod event.

Returns

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

Usage

The InvokeMethod event is called just after a specialized or user-defined method is invoked on the application.

The Browser script implementation does not return a property set.

Used With

Browser Script, Server Script

Related Topics

How Your Script Affects Program Flow
Application_PreInvokeMethod Event

Siebel Object Interfaces Reference Copyright © 2008, Oracle. All rights reserved.