Siebel Object Interfaces Reference > Siebel Programming Tools >

Adding New Business Logic to a Business Component


You use browser scripts and server scripts to add business logic to business components.

To add business logic to a business component

  1. Start Siebel Tools.
  2. Choose Repository > Check Out to lock the project from the server repository.
  3. Select the business component using the Object Explorer and Object List Editor.
  4. Right-click, and then choose Edit Browser Scripts or Edit Server Scripts.

    The Script Editor appears.

  5. Select the event from the Event List Tree applet, and then add your server scripts in the Script Editor.
  6. Validate the Siebel script syntax by choosing Debug > Check Syntax.

    NOTE:  The Check Syntax menu item is available for server scripts only.

  7. Choose File > Save to save the changes.
  8. Compile the modified business component by pressing F7.
  9. Press F5 to run the modified application.
  10. Choose Repository > Check In to check the modified project into the server repository.
Siebel Object Interfaces Reference Copyright © 2008, Oracle. All rights reserved.