TaxWithholdUncommitted_IN::createWithholdTaxUncommitted Method
Creates the TaxWithholdUncommitted_IN records for transactions which do not use distributions.
Syntax
client server public static void createWithholdTaxUncommitted(TaxWithholdCalculation_IN _taxWithholdCalculation, [boolean _skipNotExistsCheck])
Run On
Called
Parameters
- _taxWithholdCalculation
Type: TaxWithholdCalculation_IN Class
The instance of the tax calculation class used to calculate taxes.
- _skipNotExistsCheck
Type: boolean
true if the calling code has verified already that no tax uncommitted records exist and the query to find them can be skipped; otherwise, false.