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

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

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

## Syntax

```crmscript theme={null}
TextType
```

## Fields

| Name                         | Description                                                                                             |
| ---------------------------- | ------------------------------------------------------------------------------------------------------- |
| Unknown                      | Unknown - used when initializing                                                                        |
| ContactInfo                  | A Post-it (paperclip) on the  contact card                                                              |
| PersonInfo                   | A Post-it in the person dialog, shown as a descriptive text box in the info panel                       |
| Reserved1                    | PersonEmail - currently not in use (4.5 legacy, removed by conversion program)                          |
| AppointmentText              | Descriptive text area in the appointment dialog.                                                        |
| DocumentText                 | Document optional long description (keywords). Owner is document.                                       |
| ProjectText                  | Descriptive text area on the project card.                                                              |
| SaleText                     | Descriptive text area in the sale dialog.                                                               |
| Notepad                      | Personal notepad as used extensively in 4.5.                                                            |
| Reserved2                    | MailAppointmentText - currently not in use (4.5 legacy, removed by conversion program)                  |
| Reserved3                    | ContactUrl - currently not in use (4.5 legacy, removed by conversion program)                           |
| ProjectInfo                  | A Post-it (paperclip) on the project card.                                                              |
| SelectionInfo                | A Post-it (paperclip) on the selection card.                                                            |
| ProjectMemberText            | Descriptive text area in the project member dialog.                                                     |
| SelectionText                | Descriptive text area on the selection card.                                                            |
| DayInfo                      | A Post-it attached to a specific day (via an appointment)                                               |
| LongPreference               | Extra information for a saved set of search criteria                                                    |
| SearchCriteriaInfo           | Extra information for a saved search criteria subgroup                                                  |
| SearchCriteriaGroupInfo      | Extra information about a user role                                                                     |
| RoleInfo                     | Extra information about a user role                                                                     |
| UdefListSQL                  | SQL text to be executed when populating a user-defined fields' drop-down box                            |
| StatusMonitorInfo            | Extra information about a status monitor (linked to statusdef)                                          |
| AudienceSignOnConfirmation   | Confirmation text to be shown to users who 'sign on' to an event, in Audience                           |
| AudienceSignOffConfirmation  | Confirmation text to be shown to users who 'sign off' from an event, in Audience                        |
| StatusMonitorDefaultTaskText | Default task text for new tasks created in response to a status monitor watermark (linked to statusdef) |
| SaleInfo                     | A Post-it (paperclip) on the Sale panel                                                                 |
| NameExtension                | Extension of NAME of MDO list                                                                           |
| TooltipExtension             | Extension of TOOLTIP of MDO list                                                                        |


## Related topics

- [Enum values for TextType](/en/database/tables/enums/texttype.md)
- [text table](/en/database/tables/text.md)
- [Enum LocalizedTextType](/en/automation/crmscript/reference/CRMScript.NetServer.LocalizedTextType.md)
- [SuperOffice.WebApi.Data.LocalizedTextType](/en/api/reference/webapi/SuperOffice.WebApi.Data.LocalizedTextType.md)
- [Get Localized Texts By Type](/en/api/reference/restful/agent/list_agent/get-localized-texts-by-type.md)
- [Get Localized Text By Type](/en/api/reference/restful/agent/list_agent/get-localized-text-by-type.md)
