Application_InvokeMethod Event

Siebel CRM calls the Application_InvokeMethod event after a specialized method is called. This method returns TRUE if the call succeeds or FALSE if the call does not succeed. For more information, see About Specialized and Custom Methods.

Browser Script Format

Application_InvokeMethod(name, inputPropSet)

The arguments you use with this format are the same as the arguments described in Applet_InvokeMethod Event.

This method sends the values you enter in the inputPropSet argument to the Invoke Method event.

Server Script Format

Application_InvokeMethod(methodName)

The arguments you use with this format are the same as the arguments described in Applet_InvokeMethod Event except there is no inputPropSet argument.

Used With

Browser Script, Server Script

Related Topics

For more information, see the following topics: