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

# TagsGroupLink table

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

## TagsGroupLink Table (459)

User group link table for Tags, for MDO item hiding

## Fields

| Name                      | Description                           | Type                            | Nullable |
| ------------------------- | ------------------------------------- | ------------------------------- | :------: |
| tagsgrouplink\_id         | Primary key                           | PK                              |    No    |
| tags\_id                  | Link to Tags list table               | FK [Tags](./tags.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/i6M2qZmvMNH7UTeu/media/loc/en/database/tables/TagsGroupLink.png?fit=max&auto=format&n=i6M2qZmvMNH7UTeu&q=85&s=ee6ee0bf4eca947f31444201e05c1c3e" alt="TagsGroupLink table relationship diagram" width="653" height="650" data-path="media/loc/en/database/tables/TagsGroupLink.png" />

## Indexes

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

## Relationships

| Table                    | Description                                                        |
| ------------------------ | ------------------------------------------------------------------ |
| [associate](./associate) | Employees, resources and other users - except for External persons |
| [Tags](./tags)           | MDO List of tags for Service entities                              |
| [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

- [TagsHeadingLink table](/en/database/tables/tagsheadinglink.md)
- [AssociateGroupLink table](/en/database/tables/associategrouplink.md)
- [CountryGroupLink table](/en/database/tables/countrygrouplink.md)
- [CreditedGroupLink table](/en/database/tables/creditedgrouplink.md)
- [CurrencyGroupLink table](/en/database/tables/currencygrouplink.md)
- [TaskGroupLink table](/en/database/tables/taskgrouplink.md)
