ExecuteMethod_Method

The ExecuteMethod method runs a method that is available in the presentation model. It returns nothing. It uses the following syntax:

ExecuteMethod("method_name",arguments); 

where:

  • method_name is a string that identifies the name of the method that ExecuteMethod runs.

  • arguments lists the arguments that Siebel Open UI requires to run the method that method_name identifies.

For examples that use ExecuteMethod, see the following topics:

For information about how Siebel Open UI uses the ExecuteMethod method, see How Siebel Open UI Uses the Init Method of the Presentation Model.