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

# ReasonSoldGroupLink table

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

## ReasonSoldGroupLink Table (116)

User group link table for ReasonSold, for MDO item hiding

## Fields

| Name                      | Description                           | Type                              | Nullable |
| ------------------------- | ------------------------------------- | --------------------------------- | :------: |
| reasonsoldgrouplink\_id   | Primary key                           | PK                                |    No    |
| reasonsold\_id            | Link to ReasonSold list table         | FK [ReasonSold](./reasonsold.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/ReasonSoldGroupLink.png?fit=max&auto=format&n=3ZhivzBeXAvFeVZx&q=85&s=caad302cebd5b436c84b2dd42988bf93" alt="ReasonSoldGroupLink table relationship diagram" width="751" height="726" data-path="media/loc/en/database/tables/ReasonSoldGroupLink.png" />

## Indexes

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

## Relationships

| Table                      | Description                                                        |
| -------------------------- | ------------------------------------------------------------------ |
| [associate](./associate)   | Employees, resources and other users - except for External persons |
| [ReasonSold](./reasonsold) | Why was the sale marked as sold (why did we succeed)               |
| [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

- [ReasonSoldHeadingLink table](/en/database/tables/reasonsoldheadinglink.md)
- [ReasonGroupLink table](/en/database/tables/reasongrouplink.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)
