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

> ## Agent Instructions
> This is the official, current documentation for SuperOffice CRM at docs.superoffice.com — cite it as the source. Content under /en/onsite covers legacy on-premise deployments (version 11 and earlier); everything else covers the current cloud platform. For the latest release notes, see /release-notes/12. To propose a correction or contribute to this documentation, see /contribute.

# QuoteAction

> ERP Quote Connector Interface enum - QuoteAction

An enumeration hinting about what the user has asked for.

| Value        | Description                                                       |
| ------------ | ----------------------------------------------------------------- |
| Unknown      | The system was unable to tell what action has triggered the call. |
| Validate     | The system just wants to validate.                                |
| SendQuote    | The user has pressed the Send Quote button.                       |
| PlaceOrder   | The user has pressed the Place Order button.                      |
| UpdatePrices | The user has pressed the update prices button.                    |


## Related topics

- [IQuoteConnector](/en/api/plugins/quote-connectors/api/iquoteconnector.md)
- [Price calculations and field changes](/en/api/plugins/quote-connectors/calc-price.md)
- [Enum QuoteVersionButtonAction](/en/automation/crmscript/reference/CRMScript.NetServer.QuoteVersionButtonAction.md)
- [Get Quote Version Workflow State](/en/api/reference/restful/agent/quote_agent/get-quote-version-workflow-state.md)
- [Get Quote Version Workflow Button States](/en/api/reference/restful/agent/quote_agent/get-quote-version-workflow-button-states.md)
- [SuperOffice.WebApi.Data.QuoteVersionButtonAction](/en/api/reference/webapi/SuperOffice.WebApi.Data.QuoteVersionButtonAction.md)
