Class QuoteVersionState
State of a Quote Version This Enum is used by: QuoteVersion.State; QuoteVersion.ArchivedState
Namespace: SuperOffice.Data
Assembly: SoCore.dll
Syntax
public sealed class QuoteVersionState : Enum
Fields
Archived
7: Archived - previous state saved in ArchivedState, newer versions exist
Declaration
public const QuoteVersionState Archived
Field Value
Type | Description |
---|---|
QuoteVersionState |
Draft
1: Draft that has been calculated, and ERP has verified it as OK
Declaration
public const QuoteVersionState Draft
Field Value
Type | Description |
---|---|
QuoteVersionState |
DraftApproved
4: Draft with potential problems has been human-approved
Declaration
public const QuoteVersionState DraftApproved
Field Value
Type | Description |
---|---|
QuoteVersionState |
DraftNeedsApproval
3: Draft has been checked, and there was a problem that needs (human) approval
Declaration
public const QuoteVersionState DraftNeedsApproval
Field Value
Type | Description |
---|---|
QuoteVersionState |
DraftNotApproved
5: Draft has been checked, there was a problem, and (human) approval was NOT granted
Declaration
public const QuoteVersionState DraftNotApproved
Field Value
Type | Description |
---|---|
QuoteVersionState |
DraftNotCalculated
2: This is a draft that has not been calculated, prices and other attributes may be 'invalid' relative to ERP system rules
Declaration
public const QuoteVersionState DraftNotCalculated
Field Value
Type | Description |
---|---|
QuoteVersionState |
Lost
8: Version was rejected be the customer - we lost the sale
Declaration
public const QuoteVersionState Lost
Field Value
Type | Description |
---|---|
QuoteVersionState |
Sent
6: Sent to customer, and is now a legally binding document
Declaration
public const QuoteVersionState Sent
Field Value
Type | Description |
---|---|
QuoteVersionState |
Sold
9: Quote was accepted and the sale is 'Sold'
Declaration
public const QuoteVersionState Sold
Field Value
Type | Description |
---|---|
QuoteVersionState |
Unknown
0: State unknown
Declaration
public const QuoteVersionState Unknown
Field Value
Type | Description |
---|---|
QuoteVersionState |
value__
State of a Quote Version This Enum is used by: QuoteVersion.State; QuoteVersion.ArchivedState
Declaration
public short value__
Field Value
Type | Description |
---|---|
Int16 |