Siebel Object Interfaces Reference > Siebel VB Quick Reference >

Business Service Events for Siebel VB


Table 68 lists a summary of the business service events.

Table 68. Business Service Events Syntax Summary
Method
Description
Syntax

Service_InvokeMethod Event

Called after the InvokeMethod method is called on a business service.

Service_InvokeMethod
(methodName as String)

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 as String, CanInvoke As String)

Service_PreInvokeMethod Event

Called before a specialized or user-defined method is invoked on a business service.

Service_PreInvokeMethod
(methodName as String, Inputs as PropertySet, Outputs as PropertySet)

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