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

# ReasonGroupLink table

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

## ReasonGroupLink Table (104)

User group link table for Reason, for MDO item hiding

## Fields

| Name                      | Description                           | Type                            | Nullable |
| ------------------------- | ------------------------------------- | ------------------------------- | :------: |
| reasongrouplink\_id       | Primary key                           | PK                              |    No    |
| reason\_id                | Link to Reason list table             | FK [Reason](./reason.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/ReasonGroupLink.png?fit=max&auto=format&n=3ZhivzBeXAvFeVZx&q=85&s=474cdda1e2b9d91d04259d151821cf22" alt="ReasonGroupLink table relationship diagram" width="674" height="670" data-path="media/loc/en/database/tables/ReasonGroupLink.png" />

## Indexes

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

## Relationships

| Table                    | Description                                                        |
| ------------------------ | ------------------------------------------------------------------ |
| [associate](./associate) | Employees, resources and other users - except for External persons |
| [Reason](./reason)       | Reason list table. Why we lost the sale (list)                     |
| [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

- [ReasonSoldGroupLink table](/en/database/tables/reasonsoldgrouplink.md)
- [ReasonStalledGroupLink table](/en/database/tables/reasonstalledgrouplink.md)
- [RejectReasonGroupLink table](/en/database/tables/rejectreasongrouplink.md)
- [QuoteApprReasonGroupLink table](/en/database/tables/quoteapprreasongrouplink.md)
- [QuoteDenyReasonGroupLink table](/en/database/tables/quotedenyreasongrouplink.md)
- [ReasonHeadingLink table](/en/database/tables/reasonheadinglink.md)
