BusComp_PreInvokeMethod Event
If Siebel CRM calls a specialized method on a business component, then it calls the BusComp_PreInvokeMethod event before it calls this specialized method. The BusComp_PreInvokeMethod event returns ContinueOperation or CancelOperation. For more information, see About Specialized and Custom Methods, and Caution About Using the Cancel Operation Event Handler.
Format
BusComp_PreInvokeMethod(methodName)
The arguments you can use with this format are the same as the arguments described in WebApplet_InvokeMethod Event.
Used With
Server Script