Tax.determineTaxationCode_BR Method [AX 2012]

Determines TaxationCodeTable_BR by TaxOnItem, TaxGroupData or TaxCode.

Syntax

protected TaxationCodeTable_BR determineTaxationCode_BR(
    TaxCode _taxCode, 
    TaxOnItem _taxOnItem, 
    TaxGroupData _taxGroupData)

Run On

Server

Parameters

  • _taxOnItem
    Type: TaxOnItem Table
    A TaxOnItem to find TaxationCodeTable_BR when TaxOnItem.TaxationCodeTable_BR is filled.
  • _taxGroupData
    Type: TaxGroupData Table
    A TaxGroupData to find TaxationCodeTable_BR when TaxGroupData.ExemptTax is true.

Return Value

Type: TaxationCodeTable_BR Table
TaxationCodeTable_BR filled when finded, otherwise TaxationCodeTable_BR empty.

See Also

Reference

Tax Class