> ## Documentation Index
> Fetch the complete documentation index at: https://superofficeas-bugfix-ty-screen-designer-paradox.mintlify.site/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-bugfix-ty-screen-designer-paradox/d9iBlE_psINZNP59/media/loc/en/database/tables/ErpConnector.png?fit=max&auto=format&n=d9iBlE_psINZNP59&q=85&s=c0b62f6c0c6b17752c9c1c0bc3956e67" 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.
