Developing and Deploying Siebel eBusiness Applications > Configuring the House and Opportunity Entities > Configuring the House Detail View >

Configuring the Internal Product Business Component


After you have applied the extension columns to your local database schema, you can add the fields to the business component that will use the columns to store data. In the NREC example, you add fields to the Internal Product business component. Additionally, you need to modify specific properties of the business component so users can update records.

The following procedure uses the square feet attribute as an example. To complete the NREC example, you need to add fields for the attributes listed at the beginning of this section as described in Configuring the House Detail View.

To add fields to the Internal Products business component

  1. In the Object Explorer, expand the Business Component object type.
  2. In the Business Components window, select the Internal Product business component.
  3. Lock the project locally by choosing Tools > Lock Project.
  4. Change the value of the Project property from Product to NREC Configuration.
  5. In the Object Explorer, select the Field object type (child of Business Component).
  6. In the Fields window, add records for the fields shown in the following table.
    Name
    Column

    Address

    X_ADDRESS

    Bathrooms

    X_BATHROOMS

    Bedrooms

    X_BEDROOMS

    City

    X_CITY

    Price

    X_PRICE

    Square Feet

    X_SQFT

    State

    X_STATE

    Zip Code

    X_ZIP_CODE

To change the default properties of the Internal Products business component

  1. Select the Internal Product business component in the business component window.
  2. Choose View > Windows > Properties Window.
  3. Change the values of the following properties from the default value of TRUE to FALSE.
    Field
    Value

    No Delete

    FALSE

    No Insert

    FALSE

    No Merge

    FALSE

    No Update

    FALSE

    Changing the values of these properties enables users to enter records using applets based on this business component.

Developing and Deploying Siebel eBusiness Applications