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

# CategoryGroupLink table

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

## CategoryGroupLink Table (65)

User group link table for Category, for MDO item hiding

## Fields

| Name                      | Description                           | Type                            | Nullable |
| ------------------------- | ------------------------------------- | ------------------------------- | :------: |
| categorygrouplink\_id     | Primary key                           | PK                              |    No    |
| category\_id              | Link to Category list table           | FK [Category](./category.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/-KbDeS3ObOMH8eFq/media/loc/en/database/tables/CategoryGroupLink.png?fit=max&auto=format&n=-KbDeS3ObOMH8eFq&q=85&s=a3b132d6c4a03b4838fb9456934a6929" alt="CategoryGroupLink table relationship diagram" width="698" height="688" data-path="media/loc/en/database/tables/CategoryGroupLink.png" />

## Indexes

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

## Relationships

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

- [EjCategoryGroupLink table](/en/database/tables/ejcategorygrouplink.md)
- [ProductCategoryGroupLink table](/en/database/tables/productcategorygrouplink.md)
- [SaleTypeCatGroupLink table](/en/database/tables/saletypecatgrouplink.md)
- [AssociateGroupLink table](/en/database/tables/associategrouplink.md)
- [CountryGroupLink table](/en/database/tables/countrygrouplink.md)
- [CreditedGroupLink table](/en/database/tables/creditedgrouplink.md)
