Business Service Events for Siebel eScript

The following table describes a summary of business service events you can use with Siebel eScript.

Method Description Format

Service_InvokeMethod Event

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

Service_InvokeMethod(methodName)

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, &CanInvoke)

Service_PreInvokeMethod Event

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

Service_PreInvokeMethod(methodName, Inputs, Outputs)