ticket_type_status Table (534)
Some tooltip text!
• 1 minute to read
• 1 minute to read
Link table defining what Statuses are relevant to a particular Ticket type
Fields
Name | Description | Type | Null |
---|---|---|---|
ticket_type_status_id | Primary key | PK | |
ticket_type_id | Ticket type | FK ticket_type | |
ticket_status_id | Ticket status | FK ticket_status | |
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 |
---|---|---|
ticket_type_status_id | PK | Clustered, Unique |
Relationships
Table | Description |
---|---|
associate | Employees, resources and other users - except for External persons |
ticket_status | This table user defined ticket status values. |
ticket_type | A ticket (request) type |
Replication Flags
- None
Security Flags
- No access control via user's Role.