Share via


TaxPost.parmEnableTaxUncommittedToTaxTransTmp Method [AX 2012]

Sets whether the TaxUncommittedToTaxTransTmp table should be populated during posting.

Syntax

public boolean parmEnableTaxUncommittedToTaxTransTmp([boolean _enableTaxUncommittedToTaxTransTmp])

Run On

Server

Parameters

  • _enableTaxUncommittedToTaxTransTmp
    Type: boolean
    true if the table should be populated; otherwise, false.

Return Value

Type: boolean
true if the TaxUncommittedToTaxTransTmp table should be populated during posting.

See Also

Reference

TaxPost Class