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