Siebel Object Interfaces Reference > Interfaces Reference > Applet Events >

WebApplet_PreCanInvokeMethod


The PreCanInvokeMethod event is called before the PreInvokeMethod, allowing the developer to determine whether or not the user has the authority to invoke the Applet method.

Syntax

WebApplet_PreCanInvokeMethod(MethodName, &CanInvoke)

Argument
Description
MethodName
A string representing the name of the method to be executed.
&CanInvoke
A string representing whether or not the Applet method can be invoked. Valid values are TRUE or FALSE.

Returns

CancelOperation or ContinueOperation

Used With

Server Script


 Siebel Object Interfaces Reference 
 Published: 18 June 2003