Share via


RetailStatementPost.addTaxAdjustment Method [AX 2012]

Inserts the record in the TaxWorkRegulation table for the tax amount of the statement.

Syntax

public void addTaxAdjustment(
    SalesTable salesHeader, 
    TaxCode taxCode, 
    TaxAmount taxAmount)

Run On

Server

Parameters

See Also

Reference

RetailStatementPost Class