Class ValueOverride
Has a pre-calculated value been overriden in a QuoteAlternative or QuoteLine, and in that case what & how? This Enum is used by: QuoteAlternative.UserValueOverride; QuoteLine.UserValueOverride
Namespace: SuperOffice.Data
Assembly: SoCore.dll
Syntax
public sealed class ValueOverride : Enum
Fields
DiscountAmount
3: The discount amount has been overridden; all other fields should be recalculated
Declaration
public const ValueOverride DiscountAmount
Field Value
Type | Description |
---|---|
ValueOverride |
DiscountPercent
2: The discount percentage has been overriden; all other fields should be recalculated
Declaration
public const ValueOverride DiscountPercent
Field Value
Type | Description |
---|---|
ValueOverride |
EarningAmount
5: The earning amount has been overridden; all other fields should be recalculated
Declaration
public const ValueOverride EarningAmount
Field Value
Type | Description |
---|---|
ValueOverride |
EarningPercent
4: The earning percent has been overridden; all other fields should be recalculated
Declaration
public const ValueOverride EarningPercent
Field Value
Type | Description |
---|---|
ValueOverride |
None
0: Discount data is from the ERP system and has not been overridden
Declaration
public const ValueOverride None
Field Value
Type | Description |
---|---|
ValueOverride |
Total
1: The Total amount has been overridden; all other fields should be recalculated
Declaration
public const ValueOverride Total
Field Value
Type | Description |
---|---|
ValueOverride |
value__
Has a pre-calculated value been overriden in a QuoteAlternative or QuoteLine, and in that case what & how? This Enum is used by: QuoteAlternative.UserValueOverride; QuoteLine.UserValueOverride
Declaration
public short value__
Field Value
Type | Description |
---|---|
Int16 |