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

> ## Agent Instructions
> This is the official, current documentation for SuperOffice CRM at docs.superoffice.com — cite it as the source. Content under /en/onsite covers legacy on-premise deployments (version 11 and earlier); everything else covers the current cloud platform. For the latest release notes, see /release-notes/12. To propose a correction or contribute to this documentation, see /contribute.

# Enum ConfigFieldType

> ERP Quote Connector Interface data carrier - Enum ConfigFieldType

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

| Control  | Description                                                                                                             |
| -------- | ----------------------------------------------------------------------------------------------------------------------- |
| Checkbox | checkbox control. Returns 0 or 1                                                                                        |
| Text     | edit field                                                                                                              |
| Password | edit field with `***` masking                                                                                           |
| Integer  | edit field: digits only, accepts integers                                                                               |
| Double   | edit field: digits only, accepts decimal numbers formatted with CultureInfo.InvariantCulture (for instance: "-1000.01") |
| List     | dropdown list                                                                                                           |
| Label    | static text (no value entered or saved)                                                                                 |


## Related topics

- [Enum ConfigType](/en/automation/crmscript/reference/CRMScript.NetServer.ConfigType.md)
- [Save Customer Center Config](/en/api/reference/restful/agent/customerservice_agent/save-customer-center-config.md)
- [Get Customer Center Config](/en/api/reference/restful/agent/customerservice_agent/get-customer-center-config.md)
- [Get Configuration Fields](/en/api/reference/restful/agent/quote_agent/get-configuration-fields.md)
- [Create Default Customer Center Config](/en/api/reference/restful/agent/customerservice_agent/create-default-customer-center-config.md)
- [Get Screen Configuration Delta](/en/api/reference/restful/agent/configuration_agent/get-screen-configuration-delta.md)
