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

> Flag values for the CS extrafields dictionary

Flag values for the CS extrafields dictionary

## Syntax

```crmscript theme={null}
ExtraFieldFlags
```

## Fields

| Name              | Description                                           |
| ----------------- | ----------------------------------------------------- |
| Neutral           | No flags set                                          |
| Searchable        | The field is searchable                               |
| Public            | The field is public (external)                        |
| InNewTicket       | The field is viewed in new-ticket form                |
| SetWhenClicked    | The field is set (datetime) when clicked              |
| CannotChange      | The field cannot change after being set               |
| DropDown          | The field is a dropdown (extra string fields)         |
| Readable          | The field is directly readable from database          |
| DontEscape        | Do not HTML-escape the value when displaying field    |
| Deleted           | The field is deleted                                  |
| IsId              | The field is the id                                   |
| IsForeignId       | The field is a foreign id                             |
| ReadOnly          | The field is not writeable                            |
| UseDefault        | Use default value for field if no value is supplied   |
| ListRelations     | List relations                                        |
| ViewInList        | View this field when listing rows                     |
| HideHeaderIfEmpty | Hide the header for this list if there are no entries |
| HideFunctions     | Hide the function buttons for this relation           |
| NotEmpty          | The field cannot be empty                             |
| Hidden            | The field is not shown anywhere                       |
| Indexed           | The field is indexed                                  |
| ViewInSearch      | The field is viewed in relational searches            |


## Related topics

- [Enum ExtraDataFieldType](/en/automation/crmscript/reference/CRMScript.NetServer.ExtraDataFieldType.md)
- [SuperOffice.WebApi.Data.ExtraDataFieldType](/en/api/reference/webapi/SuperOffice.WebApi.Data.ExtraDataFieldType.md)
- [Enum TtlFlags](/en/automation/crmscript/reference/CRMScript.NetServer.TtlFlags.md)
- [Enum values for TtlFlags](/en/database/tables/enums/ttlflags.md)
- [extra_fields table](/en/database/tables/extra-fields.md)
- [extra_menus table](/en/database/tables/extra-menus.md)
