You are on page 1of 6

Siebel Tools: Create new LOV Type and Values & Create Static Picklist Using Tools ...

Page 1 of 6

CSDN

| | |


Coding CodingThe power is drived by sharing, not confidentiality.

[]CSDN9 IaaSOpenStack

SDCC 5

Siebel Tools: Create new LOV Type and Values & Create Static Picklist Using Tools
Siebel 2009-10-10 16:39 552 (0)

About List of Values


yexianyi

A list of values (LOV) is a set of values that populates a static picklist, which is accessed when a user clicks a drop-down list in the user interface. Knowledge Drop-down lists can be based on two types of picklists: static picklists and dynamic picklists. l A static picklist has a selection list that is a static list of values. An example of a static picklist is a drop-down

191741 3591 1048 168 0 55 148

list containing postal abbreviations for states and countries. l A dynamic picklist has a selection list that usually contains transactional. An example of LOV that stored as records in the database is showing as below.

Type
Contact MSN:yexianyi@hotmail.com

Display Value

LOV_TYPE

ACCOUNT_STATUS

ACCOUNT_STATUS

Candidate

ACCOUNT_STATUS

Qualified

ACCOUNT_STATUS
Siebel Tea 36 12571

Active

ACCOUNT_STATUS

Inactive

The given list of values consists of two parts:


l Header Row.
Others(3) C/C++(6) Java(12) Windows Program(2) Data Structure(5) Algorithm(9) Design Pattern(1) Security(1) Siebel(61) Network(3) Flex(11) AIR(3) ActionScript(3) Javascript(3)

This row defines the grouping name of LOV Type. (For example, the first row in the table above).

Type

Display Value

LOV_TYPE

ACCOUNT_STATUS

l Display Value Rows. These are the values to be displayed in picklists that are based on the specified LOV Type. (For example, the four rows where Type = ACCOUNT_STATUS in the table above).

http://blog.csdn.net/yexianyi/article/details/4651038

8/12/2012

Siebel Tools: Create new LOV Type and Values & Create Static Picklist Using Tools ... Page 2 of 6

JSTL(1) SiteMesh(1) Struts(1) Axis(2) WebService(3) Hibernate(3) ADF(5) EJB(10) Junit(2) DataBase(1) SQL(2) MySQL(1) MSSQL(4) DB2(2) Container(1) Oracle DB(17) JBoss(9) WebLogic(8) Eclipse(6) MyEclipse(1) JDeveloper(6) QTP(2) CVS(1) CruiseControl(1) Linux(2) Google(2) Crazy Test(1) (7)

Type

Display Value

ACCOUNT_STATUS

Candidate

ACCOUNT_STATUS

Qualified

ACCOUNT_STATUS

Active

ACCOUNT_STATUS

Inactive

Creating New LOV Types and its LOV Values Using Siebel Tools Typically, you can add, modify, or inactivate LOV values and types through the List of Values administration views in the Siebel client. However, the better way is perform this task in Siebel Tools. To create a new LOV type using Siebel Tools 1. From the Screens menu (in Siebel Tools), choose System Administration > Lists of Values.

JQuery Visual JQuery ThickBox 3.1 Interface Table Sorter

2. Create a Header Record for the new LOV Type using the information in the following. Type: Enter LOV_TYPE.

Oracle BUAA Oracle Instruction Getting Started Beehive Mail My Wiki Web Conference Strtc Web Conference

Display Value: Enter the name of the LOV Type. For example, OPTY_UI_TASK. Translate: Information-only field used by Siebel Engineering. There is no client or server functionality associated with this field. CAUTION: Do not modify this field. Language Independent Code: Typically, this value is same as the Display Value.

Regular Expression Rubular txt2re

3. Enter new records for the LOV values using the information in the following. Type: Enter the LOV_TYPE: OPTY_UI_TASK, which we create in previous step.

Siebel Siebel Unleashed SiebelGuide.com Siebel Expert Services Siebel Mantra Toolbox Siebel Technology Blog Richard's Blog

Display Value: Enter the name of the LOV Values that associates to your new type. For example, Submit and Create Product. Translate: Do not change this field. Language Independent Code: same as the Display Value.

W3C

Now, you have added a LOV Type:OPTY_UI_TASK and its values: Create Product and Submit to LOV. You
W3Schools.com

can

http://blog.csdn.net/yexianyi/article/details/4651038

8/12/2012

Siebel Tools: Create new LOV Type and Values & Create Static Picklist Using Tools ... Page 3 of 6

W3School.com.cn

4. Go to Administration Data > List of Values View to check result. Then press Clear Cache button.

Configure a Static Picklist to display the LOV Type After added a new LOV Type and its values, let me show you a case that create a Static Picklist to apply our new LOV Type. 1. Start Siebel Tools and open Pick List Section in Object Explorer (OE).

2. Create a new Pick List. (For example, HPQ Opty Promp) Main of parameters is showing as below.

Parameter

Value

Description

Project

Sapna

The project that your BC associated.

Bounded

TRUE

That indicates you can only select value of pick list by clicking drop list. You can not type the value in pick list directly.

Business Component

PickList Generic

Do NOT change this field.

http://blog.csdn.net/yexianyi/article/details/4651038

8/12/2012

Siebel Tools: Create new LOV Type and Values & Create Static Picklist Using Tools ... Page 4 of 6

Static

TRUE

That indicates you are creating a Static Picklist not Dynamic Picklist.

Type Field

Type

Do NOT change this field.

Type Value

OPTY_UI_TASK

This value is the name of new LOV Type that we create just now.

3. Open Business Component Section in OE and select a BC. This BC is associated to the applet that we will create our static pick list on it. (I take Opportunity BC for example.)

4. Open sub section of BC Field - in OE and create a new record.

Main of parameters is showing as below.

Parameter

Value

Description

Name

Opty Field

Any string is OK.

Join

S_LST_OF_VAL

This value is very important. You must set this value carefully. This value determines the table that stored your LOV values and Types.

http://blog.csdn.net/yexianyi/article/details/4651038

8/12/2012

Siebel Tools: Create new LOV Type and Values & Create Static Picklist Using Tools ... Page 5 of 6

Column

NAME

That determines what values you want to display in the pick list. This value is associated to BC Table or Join Table.

Picklist

HPQ Opty Prompt

The new pick list that we created in Step2.

5. Open sub section of Field Pick Map - in OE and create a new record. Detail parameters are showing as below.

Parameter

Value

Description

Field

Opty Field

The BC Field that we created in Step4.

Picklist Field

ValueL

Do NOT change this value.

6. Open Applet section in OE and select a applet. We will create our new static pick list on it. (I take Opportunity Form Applet - Child for example.)

Parameter

Value

Description

Name

Opty Control

Any string is OK.

Caption String Override

Opty LOV Values

Any string is OK.

Field

Opty Field

The BC Field that we created in Step4.

Runtime

TRUE

This value must be set to TRUE.

7. Right click Opportunity Form Applet Child Applet and select Edit Web Layout to enter Web Layout Editor.

8. Drag your control which you created in Step6 and drop it to appropriate place.

http://blog.csdn.net/yexianyi/article/details/4651038

8/12/2012

Siebel Tools: Create new LOV Type and Values & Create Static Picklist Using Tools ... Page 6 of 6

9. Compile SRF and test.

References: 1. Configuring Siebel Business Applications Version 8.0, Rev. A June 2007 2. Siebel Applications Administration Guide Version 8.0, Rev. A May 2007

Any question, please contact me. Xianyi.Ye yexianyi@hotmail.com


Siebel SBL-BPR-00158 Siebel AdminSetting Advanced Component Parameters

,[][]

* CSDN HT... IBM1 meego HTML5 ... Windows 8


<< >>

C/C++ C/C++ 2345C++C++ PHP iOS IT

| | | | | | | ICP 070598 webmaster@csdn.net Copyright 1999-2012, CSDN.NET, All Rights Reserved

http://blog.csdn.net/yexianyi/article/details/4651038

8/12/2012

You might also like