Share via


TaxCalculation.loadPerLineTaxAdjustments Method [AX 2012]

Loads tax adjustments that are adjusting taxes for a specific line.

Syntax

protected void loadPerLineTaxAdjustments(
    SelectableDataArea _companyId, 
    RefTableId _sourceTableId, 
    RefRecId _sourceRecId)

Run On

Server

Parameters

  • _companyId
    Type: SelectableDataArea Extended Data Type
    A value that specifies whether a tax adjustment can be located in another company. If they can, the current company and passed in company will be checked for adjustments.

See Also

Reference

TaxCalculation Class