Siebel Business Process Framework: Task UI Guide > Examples of Developing a Task UI > Example of Developing a Task UI That Assists with Adding an Opportunity and an Activity >

Creating the Transient Business Component


This task is a step in Example of Developing a Task UI That Assists with Adding an Opportunity and an Activity.

This task UI uses a radio button group to provide the user an option to add an activity to the opportunity. It is not necessary to store the reply that the user provides in the Siebel database. Instead, you use a transient business component to store the reply. For more information, see the following topics:

To create the transient business component

  1. Use the Business Component Wizard to create a transient business component. In the New Business Component dialog box, define properties using values from the following table.
    Property
    Description

    Project

    Choose Opportunity Task UI.

    Name

    Enter TBC for Opportunity.

    MultiRecord TBC checkbox

    Make sure this property does not contain a check mark.

    For more information, see Creating a Transient Business Component.

  2. In the Object Explorer, expand the Business Component tree, and then click Field.
  3. In the Fields list, create a new field using values from the following table.
    Property
    Description

    Name

    Enter Create Activity.

    Picklist

    Choose a picklist. This choice only acts as a placeholder. You define the actual picklist in a subsequent step in this procedure.

    Text Length

    Enter 10.

    Type

    Choose DTYPE_TEXT.

  4. Make sure the Create Activity record is still chosen in the Fields list.
  5. In the Object Explorer, expand the Field tree, and then click Pick Map.
  6. In the Pick Maps list, create a new pick map using values from the following table.
    Property
    Value

    Field

    Create Activity

    Picklist Field

    Value

Siebel Business Process Framework: Task UI Guide Copyright © 2013, Oracle and/or its affiliates. All rights reserved. Legal Notices.