Invoking Signals from a Script
Use the following procedure to invoke signals from a script.
To invoke a signal from a script
Access the Siebel Script Editor in Siebel Tools by selecting the affected object in the Object Explorer.
Right-click the object, and choose Edit Scripts.
Modify the script to execute the InvokeMethod method on the appropriate C/OM business component, passing the signal name as the MethodName input argument.
For example:
pQuoteBC.InvokeMethod("Calculate Tax");