> ## 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 TaskType

> Value for field 'record_type' in table 'task'. Controls icons used in GUI

Value for field 'record\_type' in table 'task'. Controls icons used in GUI

## Syntax

```crmscript theme={null}
TaskType
```

## Fields

| Name           | Description                                                                                                                                                |
| -------------- | ---------------------------------------------------------------------------------------------------------------------------------------------------------- |
| Unknown        | This task is of an unknown/undecided type                                                                                                                  |
| Appointment    | The task is an appointment                                                                                                                                 |
| Document       | The task is a document                                                                                                                                     |
| Email          | The task is an email                                                                                                                                       |
| Fax            | The task is a fax                                                                                                                                          |
| Phone          | The task is a phone call                                                                                                                                   |
| ToDo           | The task is a To-do                                                                                                                                        |
| MailMergeDraft | Mail merge draft document                                                                                                                                  |
| MailMergeFinal | Merged result of mail merge                                                                                                                                |
| Report         | Saved report run                                                                                                                                           |
| SaintAll       | All' choice for Saint, every activity is recorded under this type as well as the specific type. This is NOT an acceptable value for an individual activity |


## Related topics

- [Enum values for TaskType](/en/database/tables/enums/tasktype.md)
- [SuperOffice.WebApi.Data.TaskType](/en/api/reference/webapi/SuperOffice.WebApi.Data.TaskType.md)
- [Task table](/en/database/tables/task.md)
- [Enum values for TaskListItemType](/en/database/tables/enums/tasklistitemtype.md)
- [SuperOffice.WebApi.Data.TaskMenu](/en/api/reference/webapi/SuperOffice.WebApi.Data.TaskMenu.md)
- [SuperOffice.WebApi.Data.Appointment](/en/api/reference/webapi/SuperOffice.WebApi.Data.Appointment.md)
