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

# RejectReasonGroupLink table

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

## RejectReasonGroupLink Table (223)

User group link table for Comptr, for MDO item hiding

## Fields

| Name                      | Description                           | Type                                  | Nullable |
| ------------------------- | ------------------------------------- | ------------------------------------- | :------: |
| rejectreasongrouplink\_id | Primary key                           | PK                                    |    No    |
| rejectreason\_id          | Link to RejectReason list table       | FK [RejectReason](./rejectreason.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/RejectReasonGroupLink.png?fit=max&auto=format&n=3ZhivzBeXAvFeVZx&q=85&s=04caba27670c67a3461781d412a39fc6" alt="RejectReasonGroupLink table relationship diagram" width="777" height="747" data-path="media/loc/en/database/tables/RejectReasonGroupLink.png" />

## Indexes

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

## Relationships

| Table                          | Description                                                        |
| ------------------------------ | ------------------------------------------------------------------ |
| [associate](./associate)       | Employees, resources and other users - except for External persons |
| [RejectReason](./rejectreason) | Rejection reason (suggested) for bookings                          |
| [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

- [RejectReasonHeadingLink table](/en/database/tables/rejectreasonheadinglink.md)
- [ReasonGroupLink table](/en/database/tables/reasongrouplink.md)
- [ReasonSoldGroupLink table](/en/database/tables/reasonsoldgrouplink.md)
- [ReasonStalledGroupLink table](/en/database/tables/reasonstalledgrouplink.md)
- [QuoteApprReasonGroupLink table](/en/database/tables/quoteapprreasongrouplink.md)
- [QuoteDenyReasonGroupLink table](/en/database/tables/quotedenyreasongrouplink.md)
