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

> Lists the enum values for DeltaType.

## DeltaType Enum

Type of delta lik webpanel, but also system, customized.

| Name                     | Value | Description                                               |
| ------------------------ | ----- | --------------------------------------------------------- |
| Unknown                  | 0     | Unknown                                                   |
| System                   | 1     | System                                                    |
| WebPanel                 | 2     | WebPanel from list table extapp, generated by code        |
| CustomFields             | 3     | UDefs and extrafields, generated by code                  |
| Customized               | 4     | Customized, added by admin user                           |
| CustomObjectArchivePanel | 5     | Archive panels for extra/custom tables, generated by code |

## Usage

* [ConfigurableScreenDelta](../configurablescreendelta).deltaType - Parts of recipes in SCIL to insert or remove in given recipes


## Related topics

- [Enum DeltaType](/en/automation/crmscript/reference/CRMScript.NetServer.DeltaType.md)
- [SuperOffice.WebApi.Data.DeltaType](/en/api/reference/webapi/SuperOffice.WebApi.Data.DeltaType.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)
- [SuperOffice.WebApi.Agents.ConfigurationAgent](/en/api/reference/webapi/SuperOffice.WebApi.Agents.ConfigurationAgent.md)
