Business Service Events for Siebel VB

The following table describes a summary of business service events you can use with 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)