Class QuoteVersionButtonAction
Possible actions for QuoteVersionButton states.
Namespace: SuperOffice.Data
Assembly: SoCore.dll
Syntax
public sealed class QuoteVersionButtonAction : Enum
Fields
Approve
4: Approve the quote version.
Declaration
public const QuoteVersionButtonAction Approve
Field Value
Type | Description |
---|---|
QuoteVersionButtonAction |
CloneVersion
9: Make a copy of the quote version.
Declaration
public const QuoteVersionButtonAction CloneVersion
Field Value
Type | Description |
---|---|
QuoteVersionButtonAction |
Edit
2: Edit the quote version.
Declaration
public const QuoteVersionButtonAction Edit
Field Value
Type | Description |
---|---|
QuoteVersionButtonAction |
GetOrderState
11: Fetch updated values from the ERP system and show the results in the dialog.
Declaration
public const QuoteVersionButtonAction GetOrderState
Field Value
Type | Description |
---|---|
QuoteVersionButtonAction |
None
0: No action
Declaration
public const QuoteVersionButtonAction None
Field Value
Type | Description |
---|---|
QuoteVersionButtonAction |
Reject
5: Reject the quote version.
Declaration
public const QuoteVersionButtonAction Reject
Field Value
Type | Description |
---|---|
QuoteVersionButtonAction |
Send
3: Send the quote version.
Declaration
public const QuoteVersionButtonAction Send
Field Value
Type | Description |
---|---|
QuoteVersionButtonAction |
SendConfirmation
10: Send confirmation.
Declaration
public const QuoteVersionButtonAction SendConfirmation
Field Value
Type | Description |
---|---|
QuoteVersionButtonAction |
UpdatePrices
12: Ask the quote connector to update the prices for the entire version.
Declaration
public const QuoteVersionButtonAction UpdatePrices
Field Value
Type | Description |
---|---|
QuoteVersionButtonAction |
ValidateVersion
1: Validate the quote version.
Declaration
public const QuoteVersionButtonAction ValidateVersion
Field Value
Type | Description |
---|---|
QuoteVersionButtonAction |
ValidateVersionAndPlaceOrderIfPossible
8: Validate the quote version and place the order if possible.
Declaration
public const QuoteVersionButtonAction ValidateVersionAndPlaceOrderIfPossible
Field Value
Type | Description |
---|---|
QuoteVersionButtonAction |
ValidateVersionAndSendIfPossible
7: Validate the quote version and send if possible.
Declaration
public const QuoteVersionButtonAction ValidateVersionAndSendIfPossible
Field Value
Type | Description |
---|---|
QuoteVersionButtonAction |
value__
Possible actions for QuoteVersionButton states.
Declaration
public int value__
Field Value
Type | Description |
---|---|
Int32 |
Extension Methods
EnumUtil.MapEnums<From, To>(From)