Share via


TaxWithholdReport_IN.updateAndPostTaxtrans Method [AX 2012]

Updates and post TaxWithholdTrans_IN table.

Syntax

public Counter updateAndPostTaxtrans(
    FromDate _fromDate, 
    ToDate _toDate, 
    TaxWithholdComponentGroupRecId_IN _componentGroupLoc, 
    boolean _checkCompany)

Run On

Called

Parameters

  • _checkCompany
    Type: boolean
    Boolean to check the company.

Return Value

Type: Counter Extended Data Type
Returns the counter value.

See Also

Reference

TaxWithholdReport_IN Class