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

> Type and content of delta

Type and content of delta

## Syntax

```crmscript theme={null}
DeltaType
```

## Fields

| Name         | Description                                        |
| ------------ | -------------------------------------------------- |
| Unknown      | Unknown                                            |
| System       | System                                             |
| WebPanel     | WebPanel from list table extapp, generated by code |
| CustomFields | UDefs and extrafields, generated by code           |
| Customized   | Customized, added by admin user                    |


## Related topics

- [Enum values for DeltaType](/en/database/tables/enums/deltatype.md)
- [SuperOffice.WebApi.Data.DeltaType](/en/api/reference/webapi/SuperOffice.WebApi.Data.DeltaType.md)
- [ConfigurableScreenDelta table](/en/database/tables/configurablescreendelta.md)
- [SuperOffice.WebApi.Data.DeltaQuery](/en/api/reference/webapi/SuperOffice.WebApi.Data.DeltaQuery.md)
- [SuperOffice.WebApi.Data.ConfigurableScreenDelta](/en/api/reference/webapi/SuperOffice.WebApi.Data.ConfigurableScreenDelta.md)
- [SuperOffice.WebApi.Agents.IConfigurationAgent](/en/api/reference/webapi/SuperOffice.WebApi.Agents.IConfigurationAgent.md)
