The configuration of the picklist involves changes are the below object level. Here we look at the manual creation of picklist instead of wizard creation.
- Application Level
- LOV- List Of Value
- Siebel Tools Level
- Picklist
- Business Component - Field
- Applet Control/List column
List Of Value : LOV
- Application Level :
- Navigation : Administration - Data --> List Of Values
- LOV Creation:
- Create a new records with the details below
TYPE Display Value Language Independent Code Order Active LOV_TYPE COUNTRY_LOV COUNTRY_LOV Y COUNTRY_LOV India India 1 Y COUNTRY_LOV China China 2 Y COUNTRY_LOV SriLanka SriLanka 3 Y - LOV_TYPE is a vanila type. This is used to create a new LOV type.
- The LOVs can be created in Siebel Tools as well.
- Tools Level
- Navigation : Screens -->System Administration --> List of Values
- Picklist
- Create a new picklist object with the below details
- Business Component
- Create a new field in the BC of your choice with the following details
Field Property Name Value Name Country Column <<Select the column from the table that is free>> Picklist Country Static PickList - Update Pick Map property as below
Field Property Name Value Field Country Static PickList Picklist Field Value - Applet
- Select the applet where the new picklist field is to be exposed and map the control.
Property Name | Value |
Name | Country Static PickList |
Bounded | True |
Business Component | PickList Generic |
Type Field | Type |
Type Value | COUNTRY_LOV |