Using a Script Library to Call a Custom Business Service Method
After you make a business service available for use in Web Tools, the following applies:
You can call a business service method of this business service from another script.
The Script Assist window displays these business service methods. For more information, see About Using Script Assist.
To use a script library to call a custom business service method
Make sure the following options are enabled in ScriptAssist:
Enable Method Listing
Enable Auto Complete
For more information about setting these options, see Setting Options for Siebel Script Editor.
In the Siebel Script Editor, type the name of a business service object followed by a period (
.
).Web Tools displays the business service methods that are available for the business service.
Choose the business service method that you want to add to the script.
Validate the script - for more information see, Validating Script Syntax.