InvokeMethod Method for Applets
The InvokeMethod method calls a method. If you use InvokeMethod, then you must configure it so that it returns a property set that includes one of the following values:
true. Siebel Open UI called the method.
false. Siebel Open UI did not call the method.
It uses the following syntax:
Applet.InvokeMethod(methodName);
where:
MethodName is the value of an input property that identifies the method that InvokeMethod calls.
For example, InvokeMethod in the following code calls the method that the value of the svcMthdName variable contains:
Applet.InvokeMethod(svcMthdName);
For examples that use InvokeMethod, see Using Custom JavaScript Methods and Allowing Users to Commit Part Tracker Records.