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

> The type of Phone

The type of Phone

## Syntax

```crmscript theme={null}
PhoneType
```

## Fields

| Name              | Description                          |
| ----------------- | ------------------------------------ |
| Unknown           | Unknown - used when initializing     |
| ContactPhone      | Telephone number for a contact.      |
| ContactFax        | Facsimile number for a contact       |
| PersonDirectPhone | Direct dial telephone for a person   |
| PersonDirectFax   | Direct facsimile number for a person |
| PersonPrivate     | Private telephone for a person       |
| PersonMobile      | Cellular telephone for a person      |
| PersonPager       | Pager number for a person            |


## Related topics

- [Enum values for PhoneType](/en/database/tables/enums/phonetype.md)
- [phone table](/en/database/tables/phone.md)
- [Enum values for TaskType](/en/database/tables/enums/tasktype.md)
- [Enum TaskType](/en/automation/crmscript/reference/CRMScript.NetServer.TaskType.md)
- [Enum values for DocTmplType](/en/database/tables/enums/doctmpltype.md)
- [Enum values for AppointmentType](/en/database/tables/enums/appointmenttype.md)
