Siebel Object Interfaces Reference > Siebel eScript Quick Reference >

Business Service Events for eScript


Table 92 lists a summary of the business service events.

Table 92. Business Service Events Syntax Summary
Method
Description
Syntax

Service_InvokeMethod Event

Called after a method is invoked in a business service.

Service_InvokeMethod
(methodName)

Service_PreCanInvokeMethod Event

Called before the PreInvokeMethod, allowing the developer to determine whether or not the user has the authority to invoke the business service method.

Service_PreCanInvokeMethod (MethodName, &CanInvoke)

Service_PreInvokeMethod Event

Called before a specialized method is invoked on a business service.

Service_PreInvokeMethod
(methodName, Inputs, Outputs)

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