TaxReverse::reverseTaxUncommitted Method [AX 2012]
Reverses all TaxUncommitted records for a source transaction line.
Syntax
server public static void reverseTaxUncommitted(
RefTableId _originalSourceTableId,
RefRecId _originalSourceRecId,
RefTableId _reversalSourceTableId,
RefRecId _reversalSourceRecId,
Voucher _voucher,
date _transDate)
Run On
Server
Parameters
- _originalSourceTableId
Type: RefTableId Extended Data Type
The table ID of the source transaction line.
- _originalSourceRecId
Type: RefRecId Extended Data Type
The record ID of the source transaction line.
- _reversalSourceTableId
Type: RefTableId Extended Data Type
The table ID of the transaction line to attach the reversing TaxUncommitted records.
- _reversalSourceRecId
Type: RefRecId Extended Data Type
The record ID of the transaction line to attach the reversing TaxUncommitted records.
- _voucher
Type: Voucher Extended Data Type
The voucher number of the transaction line to set on the reversing TaxUncommitted records.
- _transDate
Type: date
The transaction date of the transaction line to set on the reversing TaxUncommitted records.