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

# QuoteApprReasonGroupLink table

> User group link table for QuoteApprReason, for MDO item hiding

## QuoteApprReasonGroupLink Table (542)

User group link table for QuoteApprReason, for MDO item hiding

## Fields

| Name                         | Description                           | Type                                        | Nullable |
| ---------------------------- | ------------------------------------- | ------------------------------------------- | :------: |
| quoteapprreasongrouplink\_id | Primary key                           | PK                                          |    No    |
| quoteapprreason\_id          | Link to QuoteApprReason list table    | FK [QuoteApprReason](./quoteapprreason.mdx) |    No    |
| group\_id                    | Link to Group table                   | FK [UserGroup](./usergroup.mdx)             |    No    |
| 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/QuoteApprReasonGroupLink.png?fit=max&auto=format&n=3ZhivzBeXAvFeVZx&q=85&s=4f2b3ef6ec9c8b01109a45cf7454bd90" alt="QuoteApprReasonGroupLink table relationship diagram" width="858" height="804" data-path="media/loc/en/database/tables/QuoteApprReasonGroupLink.png" />

## Indexes

| Fields              | Types | Description |
| ------------------- | ----- | ----------- |
| quoteapprreason\_id | FK    | Index       |
| group\_id           | FK    | Index       |

## Relationships

| Table                                | Description                                                        |
| ------------------------------------ | ------------------------------------------------------------------ |
| [associate](./associate)             | Employees, resources and other users - except for External persons |
| [QuoteApprReason](./quoteapprreason) | Predefined reasons for quote approval                              |
| [UserGroup](./usergroup)             | Secondary user groups                                              |

## Replication Flags

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

## Security Flags

* No access control via user's Role.


## Related topics

- [QuoteApprReason table](/en/database/tables/quoteapprreason.md)
- [QuoteApprReasonHeadingLink table](/en/database/tables/quoteapprreasonheadinglink.md)
- [QuoteDenyReasonGroupLink table](/en/database/tables/quotedenyreasongrouplink.md)
- [ReasonGroupLink table](/en/database/tables/reasongrouplink.md)
- [ReasonSoldGroupLink table](/en/database/tables/reasonsoldgrouplink.md)
- [ReasonStalledGroupLink table](/en/database/tables/reasonstalledgrouplink.md)
