List of Values (LOV)

A List of Value is a

set of static data populated in dropdown lists

For example application category is a list of values with type APPLICATION_CATEGORY_GROUP. To manage list of value you need admin privileges. Navigate to Admin > List of Values link to manage list of values:

figure 1: link to List of Values

List of Values table:

figure 2: List of Values view

Following table contains the catalog of list of values attributes:

Field

Type

Description

Type

Text

Unique Identifier of list

Display Value

Text

Value to be displayed in the front in the language of user

Active

Flag

To include the item in the list or not

Order

Integer

Order in which the item appears in the list

Language Independent Code

Text

Value stored in the database

Language Name

Text

Language of user

Description

Text

Details of the item

Parent LIC

Text

Parent value if the list of value is constrained

Color

Text

Color of icon linked to item

Icon

Text

Icon linked to item

Following is the API end point to retrieve list of values for a type:

List of Values are

static catalog of items that InnowayIT application uses to populate dropdown fields so that user can select from the list."

To set up a list of values navigate to Administration > List of values.

The following table lists the attributes of List of Values:

Attributes

Type

Description

Type

Text

Identifier for the list of values

Display Value

Text

The value which is displayed in the dropdown

Order By

Numeric

The order in which LOV should appear

Language Independent Code

Text

Language independent code (LIC) stored in database

Language Name

Language of this item

Description

Text

Description of item

Parent LIC

Parent LIC if LOV has a parent-child relationship

Active

Flag

1 for active. 0 for non active

Color

Text

Color of the icon

Icon

Text

Icon for the item in the list of value

Deleted

Flag

1 for deleted record. 0 for active

API to retrieve a parent list of values:

API to retrieve a child list of values:

Last updated

Was this helpful?