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

> Lists the enum values for SaleDone.

## SaleDone Enum

Done (0=don't know, 1 = No, 2=Yes)

| Name    | Value | Description                         |
| ------- | ----- | ----------------------------------- |
| Unknown | 0     | Sale Done/Not done state is unknown |
| NotDone | 1     | Sale is not done                    |
| Done    | 2     | Sale is done                        |

## Usage

* [sale](../sale).done - Sales  For every Sale record edited through the SuperOffice GUI, a copy of the current version of the record will be saved in the SaleHist table. This also applies to editing done through the SaleModel COM interface, but not to editing done through the OLE DB Provider or other channels.
* [SaleHist](../salehist).done - Mirror image of the Sale table, providing a full transaction history. Every time you edit a sale, the current record of the sale is also saved here.


## Related topics

- [Enum SaleDone](/en/automation/crmscript/reference/CRMScript.NetServer.SaleDone.md)
- [Enum values for SaleStatus](/en/database/tables/enums/salestatus.md)
- [saledone](/en/api/mdo-providers/reference/saledone.md)
- [sale table](/en/database/tables/sale.md)
- [SaleHist table](/en/database/tables/salehist.md)
- [SuperOffice.WebApi.Data.SaleEntity](/en/api/reference/webapi/SuperOffice.WebApi.Data.SaleEntity.md)
