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

> Lists the enum values for QuoteVersionState.

## QuoteVersionState Enum

State that this quote version had, right before it was changed to Archived; in this way we can show what happened before the archiving.

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

## Usage

* [QuoteVersion](../quoteversion).State - There may be multiple Versions of a Quote, with one of them active
* [QuoteVersion](../quoteversion).ArchivedState - There may be multiple Versions of a Quote, with one of them active


## Related topics

- [Enum QuoteVersionState](/en/automation/crmscript/reference/CRMScript.NetServer.QuoteVersionState.md)
- [SuperOffice.WebApi.Data.QuoteVersionState](/en/api/reference/webapi/SuperOffice.WebApi.Data.QuoteVersionState.md)
- [quoteversionstate](/en/api/mdo-providers/reference/quoteversionstate.md)
- [QuoteVersionStateInfo](/en/api/plugins/quote-connectors/api/data-carriers/quoteversionstateinfo.md)
- [NSQuoteVersion](/en/automation/crmscript/reference/CRMScript.NetServer.NSQuoteVersion.md)
- [SuperOffice.WebApi.Data.QuoteVersion](/en/api/reference/webapi/SuperOffice.WebApi.Data.QuoteVersion.md)
