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

# ProjStatusGroupLink table

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

## ProjStatusGroupLink Table (89)

User group link table for ProjStatus, for MDO item hiding

## Fields

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

## Indexes

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

## Relationships

| Table                      | Description                                                        |
| -------------------------- | ------------------------------------------------------------------ |
| [associate](./associate)   | Employees, resources and other users - except for External persons |
| [ProjStatus](./projstatus) | ProjStatus list table. Project status                              |
| [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

- [ProjTypeGroupLink table](/en/database/tables/projtypegrouplink.md)
- [ProjStatusHeadingLink table](/en/database/tables/projstatusheadinglink.md)
- [ProjStatus table](/en/database/tables/projstatus.md)
- [ProjType table](/en/database/tables/projtype.md)
- [UserGroup table](/en/database/tables/usergroup.md)
- [project table](/en/database/tables/project.md)
