Share via


TaxReverse.createTaxUncommitted Method [AX 2012]

Creates TaxUncommitted records for the current set of TmpTaxWorkTrans records.

Syntax

public void createTaxUncommitted([boolean _skipNotExistsCheck])

Run On

Server

Parameters

  • _skipNotExistsCheck
    Type: boolean
    true if the calling code has verified already that no tax uncommitted records exist and the query to find them can be skipped; otherwise, false.

See Also

Reference

TaxReverse Class