> For the complete documentation index, see [llms.txt](https://help.novacuraflow.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.novacuraflow.com/6.11/development/portal/options/list-of-values-management.md).

# List of values management

In the Table and Record View Portlets, there is a possibility to use a List of Values (a drop-down list with a set of predefined values) when you create or edit a record directly in the Portlet. The List of Values will then define what a user can enter in a specific field.

The List of Values can also take an input, so that the list could be filtered depending of an existing value in the current record.

What the list of values are to contain is defined here.

## List of Values

**Name** - Select a name in the list to display the list settings to the right in the *Definition* window.

**Create** - Resets the definition window to the right, so one can create a new list of values.

## Definition

**Code** - Display name of the list.

**Query** - A query to select a set list of values.

**Database Connector** - The connector to the database where the query is to be executed.

**Text Column** - Text Column is what is shown to the User in the List of Values.

**Value Column** - Value column is the actual value chosen when a value is selected in the List of Values.

**Save/Delete** - Saves the current definition of the lov or Deletes the selected lov.&#x20;

![](/files/-M-tmLwtiaWFemkHob2n)


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://help.novacuraflow.com/6.11/development/portal/options/list-of-values-management.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
