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

# ErpConfiguration table

> Global settings for the Erp Integration Server

## ErpConfiguration Table (449)

Global settings for the Erp Integration Server

## Fields

| Name                      | Description                                                                                                                                | Type                            | Nullable |
| ------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------ | ------------------------------- | :------: |
| erpconfiguration\_id      | Primary key                                                                                                                                | PK                              |    No    |
| ConnectionRank            | Semicolon-separated primary keys of ErpConnection records, with '0' representing the SuperOffice 'connector', giving the replication order | String(254)                     |    Yes   |
| SyncInterval              | Interval between successive pollings for changes, in seconds                                                                               | Int                             |    Yes   |
| SyncRunning               | Is the sync currently running or not; reflects state of \[On] \[Off] buttons in the Admin GUI                                              | Bool                            |    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/ErpConfiguration.png?fit=max&auto=format&n=zNQa3AO19PFK63SB&q=85&s=95ac5c43dcdf543a6a31b4f916eece06" alt="ErpConfiguration table relationship diagram" width="456" height="59" data-path="media/loc/en/database/tables/ErpConfiguration.png" />

## Indexes

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

## Relationships

| Table                    | Description                                                        |
| ------------------------ | ------------------------------------------------------------------ |
| [associate](./associate) | Employees, resources and other users - except for External persons |

## Replication Flags

* None

## Security Flags

* No access control via user's Role.


## Related topics

- [Protected tables](/en/api/bulk-operations/mass-operations/protected-tables.md)
- [ErpConnection table](/en/database/tables/erpconnection.md)
- [ErpField table](/en/database/tables/erpfield.md)
- [Get Configuration Fields](/en/api/reference/restful/agent/erpsync_agent/get-configuration-fields.md)
- [ErpConnectionActorType table](/en/database/tables/erpconnectionactortype.md)
- [QuoteConnection table](/en/database/tables/quoteconnection.md)
