EjCategoryGroupLink Table (450)
Some tooltip text!
• 1 minute to read
• 1 minute to read
User group link table for EjCategory, for mass handling ej_category members
Fields
Name | Description | Type | Null |
---|---|---|---|
ej_categorygrouplink_id | Primary key | PK | |
ej_category_id | Link to EjCategory list table | FK ej_category | |
group_id | Link to Group table | FK UserGroup | |
registered | Registered when | UtcDateTime | |
registered_associate_id | Registered by whom | FK associate | |
updated | Last updated when | UtcDateTime | |
updated_associate_id | Last updated by whom | FK associate | |
updatedCount | Number of updates made to this record | UShort |
Indexes
Fields | Types | Description |
---|---|---|
ej_categorygrouplink_id | PK | Clustered, Unique |
ej_category_id | FK | Index |
group_id | FK | Index |
Relationships
Table | Description |
---|---|
associate | Employees, resources and other users - except for External persons |
ej_category | This table contains categories, in which tickets are categorized. The categories are organized in a hierarchial manner. |
UserGroup | Secondary user groups |
Replication Flags
- None
Security Flags
- No access control via user's Role.