TaxWithHoldReport.updateAndPostTaxTrans Method [AX 2012]
Updates and posts the tax transactions.
Syntax
public Counter updateAndPostTaxTrans(
FromDate _fromDate,
ToDate _toDate,
Counter _versionMin,
Counter _versionMax)
Run On
Server
Parameters
- _fromDate
Type: FromDate Extended Data Type
The form date.
- _toDate
Type: ToDate Extended Data Type
The to date.
- _versionMin
Type: Counter Extended Data Type
The minimal version number.
- _versionMax
Type: Counter Extended Data Type
The maximal version number.
Return Value
Type: Counter Extended Data Type
Retruns the counter of updated tax transactons.