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

# ConnectionConfigField table

> Configuration data for Erp and Quote Connections

## ConnectionConfigField Table (421)

Configuration data for Erp and Quote Connections

## Fields

| Name                      | Description                                                                     | Type                                        | Nullable |
| ------------------------- | ------------------------------------------------------------------------------- | ------------------------------------------- | :------: |
| connectionconfigfield\_id | Primary key                                                                     | PK                                          |    No    |
| ErpConnectionId           | Erp connection, if this row belongs to an ERP Connector                         | FK [ErpConnection](./erpconnection.mdx)     |    Yes   |
| QuoteConnectionId         | Quote connection, if this row belongs to a Quote Connector                      | FK [QuoteConnection](./quoteconnection.mdx) |    Yes   |
| FieldKey                  | The key that identifies the field, taken from the connector's metadata          | String(254)                                 |    Yes   |
| FieldValue                | The field value, formatted for transport as a string using CultureDataFormatter | String(1023)                                |    Yes   |
| registered                | Registered when                                                                 | UtcDateTime                                 |    No    |
| registered\_associate\_id | Registered by whom                                                              | FK [associate](./associate.mdx)             |    No    |
| updated                   | Last updated when                                                               | UtcDateTime                                 |    No    |
| updated\_associate\_id    | Last updated by whom                                                            | FK [associate](./associate.mdx)             |    No    |
| updatedCount              | Number of updates made to this record                                           | UShort                                      |    No    |

<img src="https://mintcdn.com/superofficeas/-KbDeS3ObOMH8eFq/media/loc/en/database/tables/ConnectionConfigField.png?fit=max&auto=format&n=-KbDeS3ObOMH8eFq&q=85&s=6e152bb18ef1096f24b5c8a1d16f2c9c" alt="ConnectionConfigField table relationship diagram" width="818" height="784" data-path="media/loc/en/database/tables/ConnectionConfigField.png" />

## Indexes

| Fields            | Types | Description |
| ----------------- | ----- | ----------- |
| ErpConnectionId   | FK    | Index       |
| QuoteConnectionId | FK    | Index       |

## Relationships

| Table                                | Description                                                                                              |
| ------------------------------------ | -------------------------------------------------------------------------------------------------------- |
| [associate](./associate)             | Employees, resources and other users - except for External persons                                       |
| [ErpConnection](./erpconnection)     | One connection to an ERP connector, specifying Client and other required information                     |
| [QuoteConnection](./quoteconnection) | Primary key in the CRM database. Definition of a connection to an external system, for the Quote system. |

## Replication Flags

* None

## Security Flags

* No access control via user's Role.


## Related topics

- [Save Connection Config Fields](/en/api/reference/restful/agent/quote_agent/save-connection-config-fields.md)
- [SuperOffice.WebApi.Agents.QuoteAgent](/en/api/reference/webapi/SuperOffice.WebApi.Agents.QuoteAgent.md)
- [SuperOffice.WebApi.Agents.IQuoteAgent](/en/api/reference/webapi/SuperOffice.WebApi.Agents.IQuoteAgent.md)
- [IQuoteConnector](/en/api/plugins/quote-connectors/api/iquoteconnector.md)
- [Get Connection Config Fields](/en/api/reference/restful/agent/quote_agent/get-connection-config-fields.md)
- [Get Erp Connection Config Fields](/en/api/reference/restful/agent/erpsync_agent/get-erp-connection-config-fields.md)
