> ## Documentation Index
> Fetch the complete documentation index at: https://superofficeas-bugfix-ty-screen-designer-paradox.mintlify.site/llms.txt
> Use this file to discover all available pages before exploring further.

# MDO list

> MDO list

This element creates a drop-down menu for any of the available MDO lists in SuperOffice CRM.

## Configuration

| Setting | Description                                |
| :------ | :----------------------------------------- |
| label   | UI label of the list                       |
| list    | The MDO list to get drop-down options from |

## Example

```crmscript theme={null}
label = Project type
list = projecttype
```

## Functions

### toString()

Converts the selected value to a string.

### toInteger()

Converts the selected value to a number.
