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

# EjCategoryGroupLink table

> User group link table for EjCategory, for mass handling ej_category members

## EjCategoryGroupLink Table (450)

User group link table for EjCategory, for mass handling ej\_category members

## Fields

| Name                      | Description                           | Type                                 | Nullable |
| ------------------------- | ------------------------------------- | ------------------------------------ | :------: |
| ej\_categorygrouplink\_id | Primary key                           | PK                                   |    No    |
| ej\_category\_id          | Link to EjCategory list table         | FK [ej\_category](./ej-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/zNQa3AO19PFK63SB/media/loc/en/database/tables/EjCategoryGroupLink.png?fit=max&auto=format&n=zNQa3AO19PFK63SB&q=85&s=1a18914b383896a37c66e0ae5b71e7e4" alt="EjCategoryGroupLink table relationship diagram" width="740" height="714" data-path="media/loc/en/database/tables/EjCategoryGroupLink.png" />

## Indexes

| Fields           | Types | Description |
| ---------------- | ----- | ----------- |
| ej\_category\_id | FK    | Index       |
| group\_id        | FK    | Index       |

## Relationships

| Table                         | Description                                                                                                             |
| ----------------------------- | ----------------------------------------------------------------------------------------------------------------------- |
| [associate](./associate)      | Employees, resources and other users - except for External persons                                                      |
| [ej\_category](./ej-category) | This table contains categories, in which tickets are categorized. The categories are organized in a hierarchial manner. |
| [UserGroup](./usergroup)      | Secondary user groups                                                                                                   |

## Replication Flags

* None

## Security Flags

* No access control via user's Role.


## Related topics

- [CategoryGroupLink table](/en/database/tables/categorygrouplink.md)
- [ProductCategoryGroupLink table](/en/database/tables/productcategorygrouplink.md)
- [ej_category table](/en/database/tables/ej-category.md)
- [UserGroup table](/en/database/tables/usergroup.md)
- [role_category table](/en/database/tables/role-category.md)
- [s_link table](/en/database/tables/s-link.md)
