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.
Verifies whether the corresponding records from the sales tax group and the item sales tax group have a common tax code.
Syntax
server public static boolean checkNoTax(
MainAccount _mainAccount,
TaxGroup _taxGroup,
TaxItemGroup _taxItemGroup,
[TaxCode _taxCode])
Run On
Server
Parameters
- _mainAccount
Type: MainAccount Table
The general ledger module account record for which the check will be done.
- _taxGroup
Type: TaxGroup Extended Data Type
The tax group number to check.
- _taxItemGroup
Type: TaxItemGroup Extended Data Type
The tax item group number to check.
- _taxCode
Type: TaxCode Extended Data Type
The tax code number to check.
Return Value
Type: boolean
true if the tax code is specified, but it is not required for the posting account; otherwise, false.
Remarks
If the tax code cannot be found, this method will check if the general ledger account requires a tax code specified on the transaction.