Show / Hide Table of Contents

Enum 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 enum ValueOverride : short

Fields

Name Description
DiscountAmount

3: The discount amount has been overridden; all other fields should be recalculated

DiscountPercent

2: The discount percentage has been overriden; all other fields should be recalculated

EarningAmount

5: The earning amount has been overridden; all other fields should be recalculated

EarningPercent

4: The earning percent has been overridden; all other fields should be recalculated

None

0: Discount data is from the ERP system and has not been overridden

Total

1: The Total amount has been overridden; all other fields should be recalculated

Extension Methods

EnumUtil.MapEnums<SuperOffice.Data.ValueOverride, To>()
ObjectExtensions.AssignByReflection<ValueOverride>(ValueOverride)
ObjectExtensions.GraphCopy<ValueOverride>()
Converters.MapEnums<ValueOverride, To>()
© SuperOffice. All rights reserved.
SuperOffice |  Community |  Release Notes |  Privacy |  Site feedback |  Search Docs |  About Docs |  Contribute |  Back to top