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