> ## Documentation Index
> Fetch the complete documentation index at: https://superofficeas-bugfix-ty-screen-designer-paradox.mintlify.site/llms.txt
> Use this file to discover all available pages before exploring further.

# Enum ValueOverride

> Has a pre-calculated value been overriden in a QuoteAlternative or QuoteLine, and in that case what & how?

Has a pre-calculated value been overriden in a QuoteAlternative or QuoteLine, and in that case what & how?

## Syntax

```crmscript theme={null}
ValueOverride
```

## Fields

| Name            | Description                                                                         |
| --------------- | ----------------------------------------------------------------------------------- |
| None            | Discount data is from the ERP system and has not been overridden                    |
| Total           | The Total amount has been overridden; all other fields should be recalculated       |
| DiscountPercent | The discount percentage has been overriden; all other fields should be recalculated |
| DiscountAmount  | The discount amount has been overridden; all other fields should be recalculated    |
| EarningPercent  | The earning percent has been overridden; all other fields should be recalculated    |
| EarningAmount   | The earning amount has been overridden; all other fields should be recalculated     |
