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

> Value for the 'status' field in the sale table

Value for the 'status' field in the sale table

## Syntax

```crmscript theme={null}
SaleStatus
```

## Fields

| Name     | Description                                                                                                               |
| -------- | ------------------------------------------------------------------------------------------------------------------------- |
| Unknown  | Sale status is unknown                                                                                                    |
| Open     | Sale is open                                                                                                              |
| Sold     | Sale has been sold (green \$ in GUI)                                                                                      |
| Lost     | Sale has been lost (red \$ in GUI)                                                                                        |
| Stalled  | Sale has been stalled, or 'parked', awaiting further developments                                                         |
| SaintAll | All' choice for Saint. This is NOT an acceptable value for a sale, but is used by the Saint system for indexing all sales |
