Share via


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.

Syntax

protected void saveInJournalTrans(TableId _transTableId, RecId _transRecId)

Run On

Server

Parameters

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

See Also

Reference

Tax Class