Share via


TaxSpecPerLedgerTransDP.insertVoucherDetails Method [AX 2012]

Populates the fields in the temporary table that pertain to the account entries.

Syntax

private void insertVoucherDetails(
    GeneralJournalEntry _generalJournalEntry, 
    GeneralJournalAccountEntry _generalJournalAccountEntry, 
    MainAccountLedgerDimensionView _mainAccountLedgerDimensionView, 
    TaxTrans _taxTrans)

Run On

Server

Parameters

  • _taxTrans
    Type: TaxTrans Table
    The TaxTrans record containing data for the report.

Remarks

The method is only called when the voucher information changes.

See Also

Reference

TaxSpecPerLedgerTransDP Class