> ## Documentation Index
> Fetch the complete documentation index at: https://superofficeas-bugfix-ty-screen-designer-paradox.mintlify.site/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'                                                                               |
