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

# QuoteConnectionAccess table

> Access control for Quote Connections

## QuoteConnectionAccess Table (27)

Access control for Quote Connections

## Fields

| Name                      | Description                                                         | Type                                        | Nullable |
| ------------------------- | ------------------------------------------------------------------- | ------------------------------------------- | :------: |
| quoteconnectionaccess\_id | Primary key                                                         | PK                                          |    No    |
| QuoteConnectionId         | Link to quote connection we're granting access for                  | FK [QuoteConnection](./quoteconnection.mdx) |    No    |
| AssociateId               | If set, then this row grants access for a particular associate      | FK [associate](./associate.mdx)             |    Yes   |
| UserGroupId               | If set, then this row grants access for a particular group of users | FK [UserGroup](./usergroup.mdx)             |    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/3ZhivzBeXAvFeVZx/media/loc/en/database/tables/QuoteConnectionAccess.png?fit=max&auto=format&n=3ZhivzBeXAvFeVZx&q=85&s=397568a1864c7a72e935e44f1996ef02" alt="QuoteConnectionAccess table relationship diagram" width="822" height="770" data-path="media/loc/en/database/tables/QuoteConnectionAccess.png" />

## Indexes

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

## Relationships

| Table                                | Description                                                                                              |
| ------------------------------------ | -------------------------------------------------------------------------------------------------------- |
| [associate](./associate)             | Employees, resources and other users - except for External persons                                       |
| [QuoteConnection](./quoteconnection) | Primary key in the CRM database. Definition of a connection to an external system, for the Quote system. |
| [UserGroup](./usergroup)             | Secondary user groups                                                                                    |

## Replication Flags

* Replicate changes DOWN from central to satellites and travellers.
* Copy to satellite and travel prototypes.

## Security Flags

* No access control via user's Role.


## Related topics

- [NSQuoteConnection](/en/automation/crmscript/reference/CRMScript.NetServer.NSQuoteConnection.md)
- [QuoteConnection table](/en/database/tables/quoteconnection.md)
- [SuperOffice.WebApi.Data.QuoteConnection](/en/api/reference/webapi/SuperOffice.WebApi.Data.QuoteConnection.md)
- [Save Connection](/en/api/reference/restful/agent/quote_agent/save-connection.md)
- [Get Connection](/en/api/reference/restful/agent/quote_agent/get-connection.md)
- [Get All Available Quote Connections](/en/api/reference/restful/agent/quote_agent/get-all-available-quote-connections.md)
