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

Create a New Appraisals List Applet


Now that you have configured the business object layer, you are ready to expose the appraisal data in the user interface. You do this by creating a new applet. The type of applet called for in this case is a list applet. It displays a list of appraisal records for a single house record.

You can use the List Applet Wizard to create the applet. The wizard makes sure you define the correct properties and automatically maps the necessary list columns and controls to the Applet Web Templates.

To create the Appraisal list applet

  1. Choose File > New Object.

    The New Objects Wizard appears.

  2. Under the Applets tab, select List Applet icon and then click OK.
  3. In the General dialog box, enter the values shown in the following table, and then click Next.
    Field
    Value

    Project

    NREC Configuration

    Applet Name

    Appraisals List Applet

    Display Title

    Appraisals

    Business Component

    Appraisals

  4. In the Web Layout - General dialog box, select the templates to use, as shown in the following table, and then click Next.
    Field
    Value

    Template for Base read-only mode

    Applet List (Base/EditList)

    Template for Edit List mode

    Applet List (Base/EditList)

    Template for Edit mode

    Applet List Edit (Edit/New/Query)

  5. In the Web Layout - Fields dialog box, select the following fields and then click Next.
    • Appraisal Value
    • Date
    • Name
  6. In the second Web Layout - Fields dialog box, leave the controls selected by default and then click Next.
  7. In the Finish dialog box, review the information entered and then click Finish.

    The New Applet Wizard creates a new list applet based on the information you entered and displays the applet in Edit Web Layout Mode.

  8. You can preview the applet by right-clicking in the Layout window and then choosing Preview.
  9. Choose File > Close.
Developing and Deploying Siebel eBusiness Applications