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

# TaskMenuHeadingLink table

> Heading link table for TaskMenu, for MDO headers

## TaskMenuHeadingLink Table (467)

Heading link table for TaskMenu, for MDO headers

## Fields

| Name                      | Description                           | Type                            | Nullable |
| ------------------------- | ------------------------------------- | ------------------------------- | :------: |
| taskmenuheadinglink\_id   | Primary key                           | PK                              |    No    |
| taskMenu\_id              | Link to TaskMenu list table           | FK [TaskMenu](./taskmenu.mdx)   |    No    |
| heading\_id               | Link to Heading table                 | FK [Heading](./heading.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/TaskMenuHeadingLink.png?fit=max&auto=format&n=i6M2qZmvMNH7UTeu&q=85&s=3bb52eb96b79e6fc2e041c741cd0b832" alt="TaskMenuHeadingLink table relationship diagram" width="717" height="701" data-path="media/loc/en/database/tables/TaskMenuHeadingLink.png" />

## Indexes

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

## Relationships

| Table                    | Description                                                           |
| ------------------------ | --------------------------------------------------------------------- |
| [associate](./associate) | Employees, resources and other users - except for External persons    |
| [Heading](./heading)     | Heading items for all MDO lists, lists that are grouped and filtered. |
| [TaskMenu](./taskmenu)   | List items to merge into menues                                       |

## 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)
- [Heading table](/en/database/tables/heading.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)
