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

Service_PreCanInvokeMethod Event


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)

Argument
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)

Argument
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