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

> Value for field 'valueType' in table 'prefdesc'.

Value for field 'valueType' in table 'prefdesc'.

## Syntax

```crmscript theme={null}
PrefDescValueType
```

## Fields

| Name          | Description                                                                                     |
| ------------- | ----------------------------------------------------------------------------------------------- |
| Unknown       | Unknown - used when initializing                                                                |
| Number        | Preference value is a number                                                                    |
| Text          | Preference value is a text (max len 99 characters)                                              |
| Bool          | Preference value is Boolean                                                                     |
| ListOfValues  | Preference value is a list of separate value                                                    |
| ListTableRef  | Preference value is a record ID in the given MDO list table; maxValue contains the tablenumberø |
| TimeList      | Preference value is a time, value is seconds since midnight (28800 = 08:00)                     |
| ContactID     | Preference value is a contact ID                                                                |
| PersonID      | Preference value is a person ID                                                                 |
| ProjectID     | Preference value is a project ID                                                                |
| SelectionID   | Preference value is a selection ID                                                              |
| PosSize       | Obsolete: Windows position and size                                                             |
| TimeZone      | TimeZone location                                                                               |
| Time          | Time, preference value is 13:45:50                                                              |
| Password      | Password, stored as plain text but shown with dots                                              |
| MultiLineText | Multi-line text that preserves line breaks                                                      |


## Related topics

- [Enum values for PrefDescValueType](/en/database/tables/enums/prefdescvaluetype.md)
- [SuperOffice.WebApi.Data.PrefDescValueType](/en/api/reference/webapi/SuperOffice.WebApi.Data.PrefDescValueType.md)
- [PrefDesc table](/en/database/tables/prefdesc.md)
- [Enum values for PrefDescAccessFlags](/en/database/tables/enums/prefdescaccessflags.md)
- [SuperOffice.WebApi.Data.PreferenceDescription](/en/api/reference/webapi/SuperOffice.WebApi.Data.PreferenceDescription.md)
- [NSPreferenceDescription](/en/automation/crmscript/reference/CRMScript.NetServer.NSPreferenceDescription.md)
