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

# ErpConnector table

> One ERP Connector, known by its URL

## ErpConnector Table (417)

One ERP Connector, known by its URL

## Fields

| Name                      | Description                                                                                            | Type                            | Nullable |
| ------------------------- | ------------------------------------------------------------------------------------------------------ | ------------------------------- | :------: |
| erpconnector\_id          | Primary key                                                                                            | PK                              |    No    |
| URL                       | The URL where the connector is located and can be called                                               | String(1023)                    |    Yes   |
| DisplayName               | Name shown in the list                                                                                 | String(254)                     |    Yes   |
| Deleted                   | If set, then this is a row that has been 'deleted'; we do not physically delete rows to avoid disaster | Bool                            |    Yes   |
| ConfigXml                 | Zero or more XML fragments to be added to the .config file, to specify any needed overrides for WCF    | Clob                            |    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/zNQa3AO19PFK63SB/media/loc/en/database/tables/ErpConnector.png?fit=max&auto=format&n=zNQa3AO19PFK63SB&q=85&s=8e1afa24c06375c1057ed22d21fff13e" alt="ErpConnector table relationship diagram" width="720" height="59" data-path="media/loc/en/database/tables/ErpConnector.png" />

## Indexes

| Fields | Types | Description |
| ------ | ----- | ----------- |

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

## Replication Flags

* None

## Security Flags

* No access control via user's Role.


## Related topics

- [ErpConnector](/en/api/archive-providers/reference/erpconnector.md)
- [erpconnectors](/en/api/mdo-providers/reference/erpconnectors.md)
- [ErpConnection table](/en/database/tables/erpconnection.md)
- [ERP Connector API Changes](/en/api/plugins/erp-connectors/online/example-api.md)
- [Get All Connectors](/en/api/reference/restful/agent/erpsync_agent/get-all-connectors.md)
- [SuperOffice.WebApi.Data.ErpSyncConnectorEntity](/en/api/reference/webapi/SuperOffice.WebApi.Data.ErpSyncConnectorEntity.md)
