Siebel Object Interfaces Reference > Siebel VB Quick Reference > Object Interfaces Reference >

Business Service Events for Siebel VB


Table 123 describes a summary of business service events you can use with Siebel VB.

Table 123. Summary of Business Service Events for Siebel VB
Method
Description
Format

Service_InvokeMethod Event

Siebel CRM calls this event after it calls the InvokeMethod method.

Service_InvokeMethod
(methodName as String)

Service_PreCanInvokeMethod Event

Siebel CRM calls this event before it calls the PreInvokeMethod event. This configuration allows you to determine if the user possesses the authority to call the business service method.

Service_PreCanInvokeMethod
(methodName as String, CanInvoke As String)

Service_PreInvokeMethod Event

Siebel CRM calls this event before it calls a specialized method on a business service.

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

Siebel Object Interfaces Reference Copyright © 2013, Oracle and/or its affiliates. All rights reserved. Legal Notices.