> ## 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 values for FieldMetadataType

> Lists the enum values for FieldMetadataType.

## FieldMetadataType Enum

Field type

| Name     | Value | Description                                                                                                                                                                  |
| -------- | ----- | ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| Checkbox | 0     | Checkbox widget: Boolean value                                                                                                                                               |
| Text     | 1     | Single line textbox.                                                                                                                                                         |
| Password | 2     | Single line edit field with password characters - input is hidden.                                                                                                           |
| Integer  | 3     | Single line integer number field.                                                                                                                                            |
| Double   | 4     | Single line decimal number field.                                                                                                                                            |
| List     | 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. |
| Date     | 6     | Date                                                                                                                                                                         |
| Label    | 99    | Static text - has no input widget associated with it. Can be used for spacing/layout.                                                                                        |

## Usage

* [ErpField](../erpfield).FieldType - Store the metadata describing the fields that belong to an actor/connection combination, as described by the Erp Connector


## Related topics

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