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

> Value for field 'type' in table 'appointment'.

Value for field 'type' in table 'appointment'.

## Syntax

```crmscript theme={null}
AppointmentType
```

## Fields

| Name                | Description                                                                                   |
| ------------------- | --------------------------------------------------------------------------------------------- |
| Unknown             | Unknown - used when initializing                                                              |
| inDiary             | Show in diary. If overdue or done today, show in checklist also                               |
| inChecklist         | Appointment is a followup with no specific starttime                                          |
| Note                | Paper clip on diary, expands to “post-it” note when clicked                                   |
| Document            | Document of any kind, including outgoing, incoming and email                                  |
| SavedReport         | Saved Report (i.e., not a Report Definition but the result of an actual report run)           |
| BookingForDiary     | Booking, made for diary. When accepted this will change type to inDiary                       |
| BookingForChecklist | Booking, made for check list. When accepted this will change type to inChecklist              |
| MergeDraft          | Document is a template for mailmerge operations                                               |
| MergeFinal          | Document is a result of a mailmerge operations (there are probably many documents like this!) |


## Related topics

- [Enum values for AppointmentType](/en/database/tables/enums/appointmenttype.md)
- [SuperOffice.WebApi.Data.AppointmentType](/en/api/reference/webapi/SuperOffice.WebApi.Data.AppointmentType.md)
- [appointment table](/en/database/tables/appointment.md)
- [SuperOffice.WebApi.Data.AlarmData](/en/api/reference/webapi/SuperOffice.WebApi.Data.AlarmData.md)
- [Namespace CRMScript.NetServer](/en/automation/crmscript/reference/CRMScript.NetServer.md)
- [appointmenttype](/en/api/mdo-providers/reference/appointmenttype.md)
