Enum ValueOverrideInfo
Which field the user changed last. This helps the calulation to calculate the other fields correctly.
Namespace: SuperOfficeCRM
Assembly: SuperOffice.Plugins.dll
Syntax
public enum ValueOverrideInfo
Fields
| Name | Description |
|---|---|
| None | 0: Discount data is from the ERP system and has not been overridden |
| OverrideDiscountAmount | 3: The discount amount has been overridden; all other fields should be recalculated |
| OverrideDiscountPercent | 2: The discount percentage has been overriden; all other fields should be recalculated |
| OverrideEarningAmount | 5: The earning amount has been overridden; all other fields should be recalculated |
| OverrideEarningPercent | 4: The earning percent has been overridden; all other fields should be recalculated |
| OverrideTotal | 1: The Total amount has been overridden; all other fields should be recalculated |