Enum QuoteVersionButtonAction
Possible actions for QuoteVersionButton states.
Namespace: SuperOffice.Data
Assembly: SoCore.dll
Syntax
[DataContract(Namespace = "http://www.superoffice.net/ws/crm/NetServer/11.9.0.0")]
public enum QuoteVersionButtonAction
Fields
| Name | Description |
|---|---|
| Approve | 4: Approve the quote version. |
| CloneVersion | 9: Make a copy of the quote version. |
| Edit | 2: Edit the quote version. |
| GetOrderState | 11: Fetch updated values from the ERP system and show the results in the dialog. |
| None | 0: No action |
| Reject | 5: Reject the quote version. |
| Send | 3: Send the quote version. |
| SendConfirmation | 10: Send confirmation. |
| UpdatePrices | 12: Ask the quote connector to update the prices for the entire version. |
| ValidateVersion | 1: Validate the quote version. |
| ValidateVersionAndPlaceOrderIfPossible | 8: Validate the quote version and place the order if possible. |
| ValidateVersionAndSendIfPossible | 7: Validate the quote version and send if possible. |