kb_workflow_access Table (293)
•
Environment: onsite, online
Some tooltip text!
• 1 minute to read
• 1 minute to read
Control of who can do what in a knowledge base workflow step
Fields
| Name | Description | Type | Null |
|---|---|---|---|
| id | The primary key (auto-incremented) | PK | |
| kb_workflow | The workflow to access. | FK kb_workflow | |
| user_id | The user with access. | FK ejuser | |
| kb_access | The access given to a user for entries in a given workflow phase. 1 for viewing entries, 2 for moving entries between workflow phases, 3 for editing entries | kb_access |

Indexes
| Fields | Types | Description |
|---|---|---|
| id | PK | Clustered, Unique |
| kb_workflow | FK | Index |
| user_id | FK | Index |
Relationships
| Table | Description |
|---|---|
| ejuser | This table contains entries for the users of the system. |
| kb_workflow | Knowledge base workflow steps |
Replication Flags
- None
Security Flags
- No access control via user's Role.