> ## 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.

# Enum FieldMetadataType

> Describes the different types of controls that can appear in the Configure connection dialog

Describes the different types of controls that can appear in the Configure connection dialog

## Syntax

```crmscript theme={null}
FieldMetadataType
```

## Fields

| Name     | Description                                                                                                                                                                  |
| -------- | ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| Checkbox | Checkbox widget: Boolean value                                                                                                                                               |
| Text     | Single line textbox.                                                                                                                                                         |
| Password | Single line edit field with password characters - input is hidden.                                                                                                           |
| Integer  | Single line integer number field.                                                                                                                                            |
| Double   | Single line decimal number field.                                                                                                                                            |
| List     | Dropdown listbox. The list name must be provided. The list items are provided by another interface. The default value should be the list key, not the text of the list item. |
| Date     | Date                                                                                                                                                                         |
| Label    | Static text - has no input widget associated with it. Can be used for spacing/layout.                                                                                        |


## Related topics

- [Enum values for FieldMetadataType](/en/database/tables/enums/fieldmetadatatype.md)
- [SuperOffice.WebApi.Data.FieldMetadataType](/en/api/reference/webapi/SuperOffice.WebApi.Data.FieldMetadataType.md)
- [ErpField table](/en/database/tables/erpfield.md)
- [FieldMetadataInfo](/en/api/plugins/erp-connectors/api/field-meta-data-carrier.md)
- [Namespace CRMScript.NetServer](/en/automation/crmscript/reference/CRMScript.NetServer.md)
