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

> The state of a quote-alternative or line: Ok / OkWithInfo / Warn / Error

The state of a quote-alternative or line: Ok / OkWithInfo / Warn / Error

## Syntax

```crmscript theme={null}
QuoteStatus
```

## Fields

| Name       | Description                                                                                                                                                                                                                   |
| ---------- | ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| Ok         | OK, all is good                                                                                                                                                                                                               |
| OkWithInfo | All is good, but there is some additional information that the user should be made aware of.                                                                                                                                  |
| Warning    | There is a problem that the user must be made aware of.                                                                                                                                                                       |
| Error      | There is a problem that the system will not be able to get around. The user needs to do something. Example: The user has registered a quoteline that is discountinued and the amount the user has registered is not in stock. |


## Related topics

- [Enum QuoteStatus](/en/api/plugins/quote-connectors/api/enums/quotestatus.md)
- [Enum values for QuoteStatus](/en/database/tables/enums/quotestatus.md)
- [SuperOffice.WebApi.Data.QuoteStatus](/en/api/reference/webapi/SuperOffice.WebApi.Data.QuoteStatus.md)
- [QuoteLine table](/en/database/tables/quoteline.md)
- [QuoteVersion table](/en/database/tables/quoteversion.md)
- [QuoteAlternative table](/en/database/tables/quotealternative.md)
