> ## Documentation Index
> Fetch the complete documentation index at: https://docs.superoffice.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Enum TicketCategoryClosingStatus

> Default status for requests. Note that this is a preference which should be respected if making UI. It is not enforced by the APIs

Default status for requests. Note that this is a preference which should be respected if making UI. It is not enforced by the APIs

## Syntax

```crmscript theme={null}
TicketCategoryClosingStatus
```

## Fields

| Name        | Description                                                     |
| ----------- | --------------------------------------------------------------- |
| UserDefined | The ticket status should respect the user defined behaviour     |
| Active      | Indicates that the ticket status should be active as default    |
| Closed      | Indicates that the ticket status should be closed as default    |
| Postponed   | Indicates that the ticket status should be postponed as default |


## Related topics

- [SuperOffice.WebApi.Data.TicketCategoryClosingStatus](/en/api/reference/webapi/SuperOffice.WebApi.Data.TicketCategoryClosingStatus.md)
- [SuperOffice.WebApi.Data.TicketCategoryEntity](/en/api/reference/webapi/SuperOffice.WebApi.Data.TicketCategoryEntity.md)
- [NSTicketCategoryEntity](/en/automation/crmscript/reference/CRMScript.NetServer.NSTicketCategoryEntity.md)
- [ej_category table](/en/database/tables/ej-category.md)
- [What's new in version 10.2.2.707](/release-notes/database/changes-10.2.2.md)
- [What's new in version 10.2.3.544](/release-notes/database/changes-10.2.3.md)
