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

# ReasonStalledGroupLink table

> Link table for ReasonStalled, for MDO item hiding

## ReasonStalledGroupLink Table (155)

Link table for ReasonStalled, for MDO item hiding

## Fields

| Name                       | Description                           | Type                                    | Nullable |
| -------------------------- | ------------------------------------- | --------------------------------------- | :------: |
| reasonstalledgrouplink\_id | Primary key                           | PK                                      |    No    |
| reasonstalled\_id          | Link to ReasonStalled list table      | FK [ReasonStalled](./reasonstalled.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/ReasonStalledGroupLink.png?fit=max&auto=format&n=3ZhivzBeXAvFeVZx&q=85&s=88fb1c63d04d84b627e9e00ff144e9df" alt="ReasonStalledGroupLink table relationship diagram" width="790" height="755" data-path="media/loc/en/database/tables/ReasonStalledGroupLink.png" />

## Indexes

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

## Relationships

| Table                            | Description                                                        |
| -------------------------------- | ------------------------------------------------------------------ |
| [associate](./associate)         | Employees, resources and other users - except for External persons |
| [ReasonStalled](./reasonstalled) | Why was the sale marked as stalled                                 |
| [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

- [ReasonStalledHeadingLink table](/en/database/tables/reasonstalledheadinglink.md)
- [ReasonGroupLink table](/en/database/tables/reasongrouplink.md)
- [ReasonSoldGroupLink table](/en/database/tables/reasonsoldgrouplink.md)
- [RejectReasonGroupLink table](/en/database/tables/rejectreasongrouplink.md)
- [QuoteApprReasonGroupLink table](/en/database/tables/quoteapprreasongrouplink.md)
- [QuoteDenyReasonGroupLink table](/en/database/tables/quotedenyreasongrouplink.md)
