Value Lists Management
Introduction
Value lists feed the dropdown menus in your forms (e.g., Country list, Complaint types, Root causes). Their centralized management ensures data consistency and facilitates maintenance: by modifying a value here, it is updated for all future forms.
Prerequisites
- Functional Administrator or System Administrator rights
- Knowledge of forms and fields using value lists
Tool Access
Access path: Admin Tools > Value Lists menu
Direct URL: AdminTools/AdminValueList/Default.aspx
Management Interface

The interface consists of three main areas:
List Selection
At the top of the interface, you have the following controls:
- "List:" dropdown menu: Choose the repository to modify
- "Add" button: Creates a new empty list
- "Delete" button: Erases the selected list (irreversible action)
- Information icon: Opens contextual help for this tool
Values Management
The central table allows you to manage the content of the selected list with the following columns:
| Column | Description | Usage |
|---|---|---|
| Text | What is displayed to the user | Label visible in the dropdown menu |
| Value | What is stored in the database | Often identical to text, can be a code |
| Abbreviation | Optional short code | Used for exports or compact displays |
Available actions:
- Add: Inserts a new entry in the list
- Modify: Opens the row for editing
- Delete: Removes the entry from the list
- Drag-and-drop: Reorganizes the display order of values
Advanced Options
Sort Mode
Three organization modes are available to control the display of values:
- Ascending: Sorts values in alphabetical order from A to Z (based on the "Text" field)
- Descending: Sorts values from Z to A
- Manual: Respects the order defined by the "Position" column
- This mode enables the ability to reorganize rows by drag-and-drop
- Allows defining specific business logic (e.g., display "Urgent" first)
Excel Import
The import option allows loading an .xlsx or .ods file to bulk update the list.
Usefulness: Particularly convenient for long lists like postal codes, departments, or product catalogs.
Procedure: Create a New List
To create a value list:
- Click the "Add" button at the top of the interface
- Enter the name of the new list in the dialog box
- Validate the creation
- Add values one by one via the table's "Add" button
- Fill in for each value: Text, Value, and Abbreviation (optional)
- Organize the order if necessary via drag-and-drop or automatic sorting
Expected result: The new list appears in the dropdown menu and can be associated with form fields.
Procedure: Modify an Existing List
To modify the values of a list:
- Select the list in the "List:" dropdown menu
- Click the Modify icon of the row to modify
- Make your modifications (Text, Value, Abbreviation)
- Validate the changes
Prefer modifying existing values rather than deleting and recreating them, to avoid inconsistencies in historical data.
Procedure: Import a List from Excel
To load a list in bulk:
- Prepare your Excel file with 3 columns: Text, Value, Abbreviation
- Check the "Excel Import" option in advanced options
- Click the import button that appears
- Select your
.xlsxor.odsfile - Validate the import
Expected result: The values from the Excel file are added to or update the selected list.
The import overwrites existing values if they have the same key. Make sure to back up the current list before a bulk import.
Best Practices
List Naming
- Use explicit names:
List_Complaint_Typesrather thanList1 - Prefix by domain if necessary:
QM_Root_Causes,HR_Contract_Types
Values Management
- Keep "Value" codes stable over time (avoid modifying them)
- "Text" can be adjusted to improve readability
- Use abbreviation for exports and reports
Organization
- Favor manual sorting for business lists with specific logic
- Use alphabetical sorting for generic lists (countries, cities)
- Avoid overly long lists (> 100 entries): prefer dynamic search
Common Use Cases
Priority List
Recommended manual order:
- Critical
- High
- Medium
- Low
Document Status List
Manual order according to workflow:
- Draft
- Under review
- Validated
- Published
- Obsolete
Country List
Recommended alphabetical sort: Ascending (A-Z)
Related Articles
Last update: 2026-01-14 | Concerned APS version: 23.0+