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
CalledParameters
- _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.
Community Additions
ADD
Show: