Share via


TaxSales_Basket.calcMarkup Method [AX 2012]

Performs the calculation of the tax markup by using the salesFormLetter variable.

Syntax

protected void calcMarkup(Map _amountInclTax, Map _amountExclTax)

Run On

Server

Parameters

  • _amountInclTax
    Type: Map Class
    The map which will be used to store the tax included line amounts for the tax included in item price scenarios.
  • _amountExclTax
    Type: Map Class
    The map which will be used to store the tax excluded line amounts for the tax included in item price scenarios.

Remarks

This method is called from the calc method.

See Also

Reference

TaxSales_Basket Class