Invoking Signals from a Script

Use the following procedure to invoke signals from a script.

To invoke a signal from a script

  1. Access the Siebel Script Editor in Siebel Tools by selecting the affected object in the Object Explorer.

  2. Right-click the object, and choose Edit Scripts.

  3. 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");