Siebel Object Interfaces Reference > Interfaces Reference > Business Component Events >

BusComp_PreInvokeMethod


The PreInvokeMethod event is called before a specialized method is invoked on the business component.

Syntax

BusComp_PreInvokeMethod(methodName)

Argument
Description
methodName
String containing the name of the method invoked

Returns

ContinueOperation or CancelOperation

Usage

The PreInvokeMethod event is called just before a specialized method is invoked on the business component. Specialized methods are methods based on applet or business component classes other than CSSFrame and CSSBusComp, respectively, that is, specialized classes.

CancelOperation stops the execution of the underlying Siebel code associated with the event. However, if there is code in the same script following CancelOperation, that code runs regardless of the CancelOperation.

Used With

Server Script


 Siebel Object Interfaces Reference 
 Published: 18 June 2003