LedgerJournalTransTaxExtensionIN.insert Method
Adds a flag to control the recalculation of indirect taxes as decided by the caller.
Syntax
public void insert([boolean _calcIndirectTax])
Run On
Server
Parameters
- _calcIndirectTax
Type: boolean
This Boolean value controls the recalculation of indirect taxes as decided by the caller.
Remarks
The recalculation is part of cache implementation. But during centralized payment scenarios for service tax (other than direct tax), this recalculation causes many issues because of out-of-scope flow. This may stop indirect tax recalculation, depending on the context (caller) where a recalculation is not necessary and a performance overhead.