Share via


LedgerJournalEngine_TAccount.initValue Method [AX 2012]

Initializes field values for the specified record of the LedgerJournalTrans table.

Syntax

public void initValue(
    LedgerJournalTrans _ledgerJournalTrans, 
   [LedgerJournalTrans_Asset _ledgerJournalTrans_Asset, 
    boolean _isDebit])

Run On

Client

Parameters

  • _isDebit
    Type: boolean
    Indicates whether to generate voucher for debit data source or credit data source.

Remarks

The initValue() method of the LedgerJournalTrans class is called here.

See Also

Reference

LedgerJournalEngine_TAccount Class