Siebel Object Interfaces Reference > Browser Scripting >

Business Service Events for Browser Script


Table 79 lists a summary of the business service events.

Table 79. Business Service Events Syntax Summary
Method
Description
Syntax

Service_InvokeMethod Event

Called when a business service is accessed.

Service_InvokeMethod
(methodName,input)

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)

Service_PreInvokeMethod Event

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

Service_PreInvokeMethod
(methodName, inputPropSet)

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