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

# TaskMenuGroupLink table

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

## TaskMenuGroupLink Table (466)

User group link table for TaskMenu, for MDO item hiding

## Fields

| Name                      | Description                           | Type                            | Nullable |
| ------------------------- | ------------------------------------- | ------------------------------- | :------: |
| taskmenugrouplink\_id     | Primary key                           | PK                              |    No    |
| taskMenu\_id              | Link to TaskMenu list table           | FK [TaskMenu](./taskmenu.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/TaskMenuGroupLink.png?fit=max&auto=format&n=i6M2qZmvMNH7UTeu&q=85&s=59e9632f1565ecaf915c690eaba1186f" alt="TaskMenuGroupLink table relationship diagram" width="718" height="703" data-path="media/loc/en/database/tables/TaskMenuGroupLink.png" />

## Indexes

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

## Relationships

| Table                    | Description                                                        |
| ------------------------ | ------------------------------------------------------------------ |
| [associate](./associate) | Employees, resources and other users - except for External persons |
| [TaskMenu](./taskmenu)   | List items to merge into menues                                    |
| [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

- [TaskMenu table](/en/database/tables/taskmenu.md)
- [What's new in version 10.2.6.1248](/release-notes/database/changes-10.2.6.md)
- [What's new in version 10.2.7.5452](/release-notes/database/changes-10.2.7.md)
- [What's new in version 10.2.8.655](/release-notes/database/changes-10.2.8.md)
- [What's new in version 10.2.9.778](/release-notes/database/changes-10.2.9.md)
- [What's new in version 10.2.1.1517](/release-notes/database/changes-10.2.1.md)
