Siebel Object Interfaces Reference > Browser Script Quick Reference > Object Interfaces Reference >

Business Service Events for Browser Script


Table 109 describes a summary of the business service events you can use in Browser Script.

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

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