Siebel Object Interfaces Reference > Interfaces Reference > Business Service Events >

Service_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 business service method.

Server Syntax

Service_PreCanInvokeMethod(MethodName, &CanInvoke)

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

Browser Syntax

Service_PreCanInvokeMethod(MethodName)

Parameter
Description
MethodName
A string representing the name of the method to be executed

Returns

CancelOperation or ContinueOperation

Used With

Browser Script, Server Script


 Siebel Object Interfaces Reference 
 Published: 18 June 2003