Share via


TaxCalculationJournal.updateTaxUncommitted Method [AX 2012]

Deletes all of the TaxUncommitted records for the current document, voucher, and invoice.

Syntax

public void updateTaxUncommitted()

Run On

Server

Remarks

For the journals, the current document may actually contain multiple tax documents; therefore, we must override the default behavior so that only the current tax document is deleted.

See Also

Reference

TaxCalculationJournal Class