Share via


TaxEmplAdvance_RU.new Method [AX 2012]

Initializes a new instance of the TaxCalculation class.

Syntax

public void new(
    NoYes _post, 
    EmplAdvLine_RU _line, 
    EmplAdvTable_RU _table, 
   [LedgerPostingController _ledgerPostingController, 
    boolean _insTaxes, 
    RecId _headingRecId, 
    boolean _useTaxUncommitted, 
    boolean _loadTaxUncommittedOnInit, 
    boolean _skipInit])

Run On

Server

Parameters

  • _useTaxUncommitted
    Type: boolean
    A Boolean value that indicates whether to persist the calculated taxes to TaxUncommitted records.
  • _loadTaxUncommittedOnInit
    Type: boolean
    A Boolean value that indicates whether the TaxUncommitted records will be loaded into the tax classes TmpTaxWorkTrans buffer. This enables many of the inquiry/adjustment methods on tax to function correctly.

See Also

Reference

TaxEmplAdvance_RU Class