> ## Documentation Index
> Fetch the complete documentation index at: https://superofficeas-bugfix-ty-screen-designer-paradox.mintlify.site/llms.txt
> Use this file to discover all available pages before exploring further.

# ticket_type_status table

> Link table defining what Statuses are relevant to a particular Ticket type

## ticket\_type\_status Table (554)

Link table defining what Statuses are relevant to a particular Ticket type

## Fields

| Name                      | Description                           | Type                                     | Nullable |
| ------------------------- | ------------------------------------- | ---------------------------------------- | :------: |
| ticket\_type\_status\_id  | Primary key                           | PK                                       |    No    |
| ticket\_type\_id          | Ticket type                           | FK [ticket\_type](./ticket-type.mdx)     |    No    |
| ticket\_status\_id        | Ticket status                         | FK [ticket\_status](./ticket-status.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-bugfix-ty-screen-designer-paradox/G4reeQVP-LmhQATQ/media/loc/en/database/tables/ticket_type_status.png?fit=max&auto=format&n=G4reeQVP-LmhQATQ&q=85&s=65ff35c96afa7421601d42289e15fb35" alt="ticket_type_status table relationship diagram" width="717" height="697" data-path="media/loc/en/database/tables/ticket_type_status.png" />

## Indexes

| Fields | Types | Description |
| ------ | ----- | ----------- |

## Relationships

| Table                             | Description                                                        |
| --------------------------------- | ------------------------------------------------------------------ |
| [associate](./associate)          | Employees, resources and other users - except for External persons |
| [ticket\_status](./ticket-status) | This table user defined ticket status values.                      |
| [ticket\_type](./ticket-type)     | A ticket (request) type                                            |

## Replication Flags

* None

## Security Flags

* No access control via user's Role.
