Tax.determineTaxationCode_BR Method [AX 2012]
Determines TaxationCodeTable_BR by TaxOnItem, TaxGroupData or TaxCode.
protected TaxationCodeTable_BR determineTaxationCode_BR(
TaxCode _taxCode,
TaxOnItem _taxOnItem,
TaxGroupData _taxGroupData)
Run On
ServerParameters
- _taxCode
- Type: TaxCode Extended Data Type
A TaxCode to find TaxationCodeTable_BR.
- _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 TableTaxationCodeTable_BR filled when finded, otherwise TaxationCodeTable_BR empty.
Community Additions
ADD
Show: