Business Service Events for Browser Script

The following table describes a summary of the business service events you can use in Browser Script.

Method Description Format

Service_InvokeMethod Event

Called after Siebel CRM calls the InvokeMethod method on a business service.

Service_InvokeMethod (methodName,input)

Service_PreCanInvokeMethod Event

Called before Siebel CRM calls the PreInvokeMethod event. It allows you to determine if the user possesses the authority to call the business service method.

Service_PreCanInvokeMethod (methodName)

Service_PreInvokeMethod Event

Called before Siebel CRM calls a method on a business service.

Service_PreInvokeMethod (methodName, inputPropSet)