Tax.saveInJournalTrans Method [AX 2012]

Called during the posting of a purchase order. This method is used to persist information from the TmpTaxWorkTrans table to the TaxJournalTrans table.

protected void saveInJournalTrans(TableId _transTableId, RecId _transRecId)

Run On

Server

Parameters

_transTableId
Type: TableId Extended Data Type
The ID of the table associated with the TaxJournalTrans record.
_transRecId
Type: RecId Extended Data Type
The ID of the record on the transaction table associated with the TaxJournalTrans record.

Reference

Community Additions

ADD
Show: