> ## Documentation Index
> Fetch the complete documentation index at: https://superofficeas-worktree-351-fix-webapi-escaped-anchors.mintlify.site/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-worktree-351-fix-webapi-escaped-anchors/zx0A-z9VK3deZYL2/media/loc/en/database/tables/EjCategoryGroupLink.png?fit=max&auto=format&n=zx0A-z9VK3deZYL2&q=85&s=552bfdeab6f1c283aa8f5bbeb3958276" 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.
