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

> State of delta

State of delta

## Syntax

```crmscript theme={null}
DeltaState
```

## Fields

| Name      | Description                                            |
| --------- | ------------------------------------------------------ |
| Unknown   | No state applicable for this delta, or not yet decided |
| Draft     | Draft                                                  |
| Published | Published                                              |


## Related topics

- [Enum values for DeltaState](/en/database/tables/enums/deltastate.md)
- [SuperOffice.WebApi.Data.DeltaState](/en/api/reference/webapi/SuperOffice.WebApi.Data.DeltaState.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)
