> ## Documentation Index
> Fetch the complete documentation index at: https://docs.superoffice.com/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.


## Related topics

- [lists](/en/api/mdo-providers/reference/lists.md)
- [Lists](/en/api/lists/services/listagent/index.md)
- [MDO List Provider names](/en/api/mdo-providers/reference/index.md)
- [NSFieldInfoMdoList](/en/automation/crmscript/reference/CRMScript.NetServer.NSFieldInfoMdoList.md)
- [Multi-Departmental Organizational (MDO) API](/en/api/lists/services/mdoagent/index.md)
- [Get List](/en/api/reference/restful/agent/mdo_agent/get-list.md)
