Siebel Product Administration Guide > Product Attributes with Business Component Domains > Process of Creating an Attribute with a Business Component Domain >

Setting Up Multiple Fields for Display


You can group attributes together so that selecting a record from a pick applet for one attribute populates several attributes. You do this by defining additional PickMap UI properties on an attribute. These additional UI properties define how to populate the other attributes.

This task is a step in Process of Creating an Attribute with a Business Component Domain.

The attribute on which you define PickMap01 is called the primary attribute. The user selects a value for this attribute and this causes the values for the other attributes to be selected automatically.

The Product Administrator has created a product with components called Premier Service Package. This product has been assigned to a product class that has the attributes Account, Location, and Opportunity defined on it. These attributes have been added to a group in the User Interface view and will display in selection pages.

The Product Administrator wants users to be able to select an account name when configuring the product. When they do, the Account Administrator wants to automatically populate the Location attribute with the state in which the account is located.

To do this, the Product Administrator must define the following UI properties on the Account attribute:

  • PickList. Its value is PickList Account.
  • PickApplet. Its value is Account Pick Applet.
  • PickMap01. This UI property provides the name of the attribute and the business component field. Its value is an XML tag that has the following elements:
    • Field = "Account". This is the attribute name.
    • PickField = "Name". This is the business component field.
  • PickMap02. This UI property defines an attribute that will receive its value automatically when the user selects a value for the primary attribute. In this case, the attribute is Location. The value of the UI property is an XML tag that has the following elements:
    • Field = "Location". This is the attribute name.
    • PickField = "State". This is the business component field.

The Account and Location attributes display with a text box next to them in the configuration selection pages. When the user clicks the select button and chooses an Account name, it is transferred to the Account field and the state name is transferred to the Location field.

Table 8 shows how to use the predefined UI properties to set up multiple fields for display.

Table 8. UI Properties
Name
Value

PickApplet

The name of the pick applet.

PickList

The name of the picklist.

PickMap01

This is an XML tag that associates the attribute name with the picklist field that you want to display.

PickMap01 must be defined on the primary attribute

Only the Field and PickField variables are required. Enclose their values in quotes.

Field: The name of primary attribute.

PickField: The name of the business component field.

PickMap02

Only the Field and PickField variables are required.

These variables are for attributes other than the primary attribute. These attributes will be populated automatically when the user selects a pick applet record for the primary attribute. Attribute values for these attributes are read-only. Enclose the attribute values in quotes.

Field: The name of the attribute, other than the primary attribute.

PickField: The name of the business component field.

You can define PickMaps to populate as many fields as desired. Number the PickMaps in sequential order, for example Pickmap03, PickMap04, and so on.

To set up multiple fields for display

  1. Navigate to the Administration - Product screen, and then the Product Definitions view.
  2. Select and lock the desired product with components.
  3. In the Versions list, click the Work Space version.
  4. Click the Properties view tab.
  5. Select the desired attribute.
  6. Define the UI properties as shown in Table 8.
Siebel Product Administration Guide Copyright © 2010, Oracle and/or its affiliates. All rights reserved. Legal Notices.