TaxWithholdReport_IN.updateNow Method [AX 2012]

Updates ans post ledger voucher to run settlement process.

public void updateNow(
   [TaxWithholdComponentGroupRecId_IN _componentGroupLoc, 
    boolean _checkCompany, 
    boolean _calculate])

Run On

Called

Parameters

_componentGroupLoc
Type: TaxWithholdComponentGroupRecId_IN Extended Data Type
Record id of TaxWithholdComponentGroup_IN is used to find the record.
_checkCompany
Type: boolean
Boolean to check the company.
_calculate
Type: boolean
Boolean to check the calculation.

Community Additions

ADD
Show: