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

> State of a Quote Version

State of a Quote Version

## Syntax

```crmscript theme={null}
QuoteVersionState
```

## Fields

| Name               | Description                                                                                                             |
| ------------------ | ----------------------------------------------------------------------------------------------------------------------- |
| Unknown            | State unknown                                                                                                           |
| Draft              | Draft that has been calculated, and ERP has verified it as OK                                                           |
| DraftNotCalculated | This is a draft that has not been calculated, prices and other attributes may be 'invalid' relative to ERP system rules |
| DraftNeedsApproval | Draft has been checked, and there was a problem that needs (human) approval                                             |
| DraftApproved      | Draft with potential problems has been human-approved                                                                   |
| DraftNotApproved   | Draft has been checked, there was a problem, and (human) approval was NOT granted                                       |
| Sent               | Sent to customer, and is now a legally binding document                                                                 |
| Archived           | Archived - previous state saved in ArchivedState, newer versions exist                                                  |
| Lost               | Version was rejected be the customer - we lost the sale                                                                 |
| Sold               | Quote was accepted and the sale is 'Sold'                                                                               |


## Related topics

- [Enum values for QuoteVersionState](/en/database/tables/enums/quoteversionstate.md)
- [SuperOffice.WebApi.Data.QuoteVersionState](/en/api/reference/webapi/SuperOffice.WebApi.Data.QuoteVersionState.md)
- [QuoteVersion table](/en/database/tables/quoteversion.md)
- [QuoteVersionStateInfo](/en/api/plugins/quote-connectors/api/data-carriers/quoteversionstateinfo.md)
- [QuoteVersionInfo](/en/api/plugins/quote-connectors/api/data-carriers/quoteversioninfo.md)
- [Enum QuoteVersionButtonAction](/en/automation/crmscript/reference/CRMScript.NetServer.QuoteVersionButtonAction.md)
