Siebel Object Interfaces Reference > Siebel eScript Quick Reference > Object Interfaces Reference >

Business Service Events for Siebel eScript


Table 133 describes a summary of business service events you can use with Siebel eScript.

Table 133. Summary of Business Service Events for 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)

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