Displaying a Custom Method in Script Assist

This topic describes how to display a custom method in Script Assist. For more information, see About the Script Assist Utility. For more information about setting an object property or about using the Server Script Editor to create, save, or compile a script, see Using Siebel Tools.

To display a custom method in Script Assist

  1. Make a custom method available to the script libraries so that you can call it from Script Assist:

    1. Save the business service method script.

    2. Make sure the script does not contain compile errors.

      If a script library calls a function, then the compiler determines if argument types are valid and do not contain incompatibilities.

    3. In Siebel Tools, make sure the External Use property contains a check mark for the business service object.

  2. To access Script Assist from the script editor, press CTRL + SPACE.

  3. In your script, enter the name of a business service object followed by a period (.).

    Script Assist displays the default and custom scripted methods that are available for the business service object.

  4. Choose the method you must add to your script.