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

# SuperOffice.WebApi.Data.FieldMetadataType

# <a id="SuperOffice_WebApi_Data_FieldMetadataType" /> Enum FieldMetadataType

Namespace: [SuperOffice.WebApi.Data](SuperOffice.WebApi.Data.md)\
Assembly: SuperOffice.WebApi.dll

Describes the different types of controls that can appear in the Configure connection dialog
This Enum is used by:  ErpField.FieldType

```csharp theme={null}
public enum FieldMetadataType : short
```

## Fields

`Checkbox = 0`

0: Checkbox widget: Boolean value

`Date = 6`

6: Date

`Double = 4`

4: Single line decimal number field.

`Integer = 3`

3: Single line integer number field.

`Label = 99`

99: Static text - has no input widget associated with it. Can be used for spacing/layout.

`List = 5`

5: 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.

`Password = 2`

2: Single line edit field with password characters - input is hidden.

`Text = 1`

1: Single line textbox.


## Related topics

- [SuperOffice.WebApi.Data.FieldMetadata](/en/api/reference/webapi/SuperOffice.WebApi.Data.FieldMetadata.md)
- [SuperOffice.WebApi.Data.ErpSyncFieldMapping](/en/api/reference/webapi/SuperOffice.WebApi.Data.ErpSyncFieldMapping.md)
- [SuperOffice.WebApi.Data.ErpSyncDefaultValue](/en/api/reference/webapi/SuperOffice.WebApi.Data.ErpSyncDefaultValue.md)
- [SuperOffice.WebApi.Data.FieldMetadataDictionary](/en/api/reference/webapi/SuperOffice.WebApi.Data.FieldMetadataDictionary.md)
- [SuperOffice.WebApi.Data.CustomObjectMetadata](/en/api/reference/webapi/SuperOffice.WebApi.Data.CustomObjectMetadata.md)
- [SuperOffice.WebApi.Data.VersionInfo](/en/api/reference/webapi/SuperOffice.WebApi.Data.VersionInfo.md)
