Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Anchor
CreatingthePreciseInterpointprojectOracle
CreatingthePreciseInterpointprojectOracle
Creating the Precise Interpoint project (Oracle)

...

  1. Open Siebel Tools.

...

  1. In the Siebel Tools, on the Types tab in the Object Explorer, select Project.

...

  1. Create a new project by

...

  1. pressing Ctrl+n.
  2. Name

...

  1. the new project, "Precise Interpoint."

...

  1. Lock the project, by choosing the Locked column to the right option.

    Info

...

  1. All objects created in subsequent steps will be grouped under this project.

Anchor
CreatingtheCXPSSSBLtableOracle
CreatingtheCXPSSSBLtableOracle
Creating the CX_PSS_SBL table (Oracle)

...

Info

This procedure applies to versions up to version 8.0 and version 8.0 and higher. For steps where there are differences between versions, the difference has been clearly specified.

...

  1. From the File menu, choose New Object. The New Object Wizard opens.

...

  1. On the General tab, select Table.

...

  1. Click OK. The General dialog box opens.
    Figure 1-

...

  1. 1 General Dialog Box

...

  1. Image Added
  2. In the Enter a name for the new Table field, type

...

  1. CX_PSS_SBL.

...

  1. From the Choose a Project in which you wish to create the Table drop-down list, select Precise Interpoint.

...

  1. Under Select the type of the Table, select A stand-alone Table.

...

  1. Click Next.

...

  1. Click Finish to close the dialog box.

...

  1. For versions prior to version 8.0,

...

  1. in the Tables workspace, click Apply. For version 8.0 and higher, in the Tables workspace, click Apply/DDL. In the displayed dialog box, click Apply.

...

  1. The Apply Schema dialog box is displayed.
    Figure 1-

...

  1. 2 Apply Schema dialog box

...


  1. Image Added
  2. If needed, type a valid privileged user ID and privileged user password into the relevant text boxes.

...

  1. Click Apply. The dialog box closes and the table is created.

...

  1. In the Tables panel, click Activate to activate the new table.

...

  1. In Siebel Tools, on the Types tab in the Object Explorer, select Table. The Tables panel opens.
  2. Select table

...

  1. CX_PSS_SBL.

...

  1. On the Types tab in the Object Explorer, Expand Tables and select Column. The Columns panel opens.

...

  1. From the Edit menu, choose New Record. A new record is added to the table in the Columns panel.

...

  1. Add two new columns to the table as follows:
    Table 1-

...

  1. 3 Table with new columns

...

Name    User Name    Physical Type    Length

CLIENT_INFO    Client Info    Varchar    64

ACTION    Action    Varchar    32

...

  1. NameUser NamePhysical TypeLength
    CLIENT_INFOClient InfoVarchar64
    ACTIONActionVarchar32
  2. For versions prior to version 8.0, in the Tables workspace, click Apply. For version 8.0 and higher, in the Tables workspace, click Apply/DDL. In the displayed dialog box, click Apply

...

  1. .

...

  1. The Apply Schema dialog box is displayed (see Figure 1-2).

...

  1. If needed, type a valid privileged user ID and privileged user password into the relevant text boxes.

...

  1. Click Apply. The dialog box closes and the records are created.

...

  1. In the Tables panel, click Activate to activate the table with the new columns.
    Figure 1-

...

  1. 3 Siebel Repository - Column List Dialog Box
    Image Added

Anchor
CreatingthebusinesscomponentOracle
CreatingthebusinesscomponentOracle
Creating the business component (Oracle)

...

  1. In Siebel Tools, from the File menu, choose New Object. The New Object Wizard opens.

...

  1. On the General tab, select BusComp.

...

  1. Click OK. The New Business Component dialog box opens.
    Figure 1-

...

  1. 4 New Business Component Dialog Box

...

  1. Image Added
  2. In the Enter a name for the new Business Component field, type

...

  1. PRECISE_SBL.

...

  1. From the Select the Project this Business Component will be part of drop-down list, select Precise Interpoint.

...

  1. From the Select the Table this Business Component will operate on drop-down list, select CX_PSS_SBL.

...

  1. Click Next. The Single Value Fields dialog box opens.
    Figure 1-

...

  1. 5 Single Value Fields Dialog Box

...

  1. Image Added
  2. From the Select a column in the Base table drop-down list, select ACTION. A default field name automatically appears in the Enter a name for the Field text box.

...

  1. Click Add to move the selected row to the table.

...

  1. From the Select a column in the Base table drop-down list, select CLIENT_INFO. A default field name automatically appears in the Enter a name for the Field text box.

...

  1. Click Add to move the selected row to the table.

...

  1. Click Finish to create the Business Component.

Anchor
CreatingthebusinessobjectOracle
CreatingthebusinessobjectOracle
Creating the business object (Oracle)

...

  1. In Siebel Tools, on the Types tab in the Object Explorer, select Business Object. The Business Objects panel opens.

...

  1. From the Edit menu, choose New Record. A new record is added to the table in the Business Objects panel.

...

  1. In the Name column, type

...

  1. PRECISE_SBL.

...

  1. In the Project column, assign the new record to the Precise Interpoint project.

...

  1. On the Types tab in the Object Explorer, select Business Object > Business Object Component.
    Figure 1-

...

  1. 6 Siebel Repository - Business Object Component List Dialog Box

...


  1. Image Added
  2. From

...

  1. the Edit menu, choose New Record. A new record is added to the table in the Business Object Components Panel.

...

  1. In the Bus Comp column, type

...

  1. PRECISE_SBL.

...

  1. From the Tools menu, choose Compile Project.

Anchor
AddingtheApplicationPreNavigatefunctionOracle
AddingtheApplicationPreNavigatefunctionOracle
Adding the Application_PreNavigate() function (Oracle)

...