role_category Table (325)
•
Environment: onsite, online
Some tooltip text!
• 1 minute to read
• 1 minute to read
Category membership associated with a role
Fields
| Name | Description | Type | Null |
|---|---|---|---|
| id | The primary key (auto-incremented) | PK | |
| role | The id of the group. Deprecated. | FK ej_role | |
| category | The id of the category. | FK ej_category | |
| crm_role | Link to Role | FK Role | ● |

Indexes
| Fields | Types | Description |
|---|---|---|
| id | PK | Clustered, Unique |
| role | FK | Index |
| category | FK | Index |
| crm_role | FK | Index |
Relationships
| Table | Description |
|---|---|
| ej_category | This table contains categories, in which tickets are categorized. The categories are organized in a hierarchial manner. |
| ej_role | Define access rights, memberships and other properties for role user members |
| Role | User roles for role-based security, names and tooltips are in LocaleText. For more information regarding role based security, see http://techdoc.superoffice.com |
Replication Flags
- None
Security Flags
- No access control via user's Role.