TaxWithholdReport_IN.updateAndPostTaxtrans Method [AX 2012]

Updates and post TaxWithholdTrans_IN table.

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

Run On

Called

Parameters

_fromDate
Type: FromDate Extended Data Type
From date is used to find the record.
_toDate
Type: ToDate Extended Data Type
To date is used to find the record.
_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.

Return Value

Type: Counter Extended Data Type
Returns the counter value.

Community Additions

ADD
Show: