TaxModelExciseTaxable_IN.shouldSkipExciseTax Method [AX 2012]
Should the Excise Tax be skipped on this transaction line?
Syntax
public boolean shouldSkipExciseTax(TaxOnItem _taxOnItem)
Run On
Called
Parameters
- _taxOnItem
Type: TaxOnItem Table
The given TaxOnItem on the transaction line.
Return Value
Type: boolean
true, it should be skipped; Otherwise, false.