Share via


TaxReport.updateAndPostTaxtrans Method [AX 2012]

Sums up the transactions in the TaxTrans table, and calls the TaxPurchaseTaxPost class and the SaveAndPost method in this class.

Syntax

public Counter updateAndPostTaxtrans(
    FromDate _fromDate, 
    ToDate _toDate, 
    Counter _versionMin, 
    Counter _versionMax)

Run On

Called

Parameters

See Also

Reference

TaxReport Class