Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Determines TaxationCodeTable_BR by TaxOnItem, TaxGroupData or TaxCode.
Syntax
protected TaxationCodeTable_BR determineTaxationCode_BR(
TaxCode _taxCode,
TaxOnItem _taxOnItem,
TaxGroupData _taxGroupData)
Run On
Server
Parameters
- _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 Table
TaxationCodeTable_BR filled when finded, otherwise TaxationCodeTable_BR empty.