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

> Possible actions for QuoteVersionButton states.

Possible actions for QuoteVersionButton states.

## Syntax

```crmscript theme={null}
QuoteVersionButtonAction
```

## Fields

| Name                                   | Description                                                                  |
| -------------------------------------- | ---------------------------------------------------------------------------- |
| None                                   | No action                                                                    |
| ValidateVersion                        | Validate the quote version.                                                  |
| Edit                                   | Edit the quote version.                                                      |
| Send                                   | Send the quote version.                                                      |
| Approve                                | Approve the quote version.                                                   |
| Reject                                 | Reject the quote version.                                                    |
| ValidateVersionAndSendIfPossible       | Validate the quote version and send if possible.                             |
| ValidateVersionAndPlaceOrderIfPossible | Validate the quote version and place the order if possible.                  |
| CloneVersion                           | Make a copy of the quote version.                                            |
| SendConfirmation                       | Send confirmation.                                                           |
| GetOrderState                          | Fetch updated values from the ERP system and show the results in the dialog. |
| UpdatePrices                           | Ask the quote connector to update the prices for the entire version.         |


## Related topics

- [SuperOffice.WebApi.Data.QuoteVersionButtonAction](/en/api/reference/webapi/SuperOffice.WebApi.Data.QuoteVersionButtonAction.md)
- [SuperOffice.WebApi.Agents.QuoteAgent](/en/api/reference/webapi/SuperOffice.WebApi.Agents.QuoteAgent.md)
- [SuperOffice.WebApi.Agents.IQuoteAgent](/en/api/reference/webapi/SuperOffice.WebApi.Agents.IQuoteAgent.md)
- [NSQuoteVersionWorkflowState](/en/automation/crmscript/reference/CRMScript.NetServer.NSQuoteVersionWorkflowState.md)
- [NSQuoteVersionButtonState](/en/automation/crmscript/reference/CRMScript.NetServer.NSQuoteVersionButtonState.md)
- [SuperOffice.WebApi.Data.QuoteVersionButtonState](/en/api/reference/webapi/SuperOffice.WebApi.Data.QuoteVersionButtonState.md)
