The total discount (from the cash discount settings) in local currency.
Field name: DcntSum
The total discount (from the cash discount settings) in local currency.
Field name: DcntSum
| Visual Basic |
|---|
Public Property TotalDiscount() As Double |
If TotalDiscount, DiscountPercent and SumApplied are provided, then DiscountPercent is recalculated.
If DiscountPercent and SumApplied are provided, then TotalDiscount is calculated.
If TotalDiscount and DiscountPercent are provided, then SumApplied is calculated. DiscountPercent is recalculated
beause TotalDiscount has higher priority than DiscountPercent.