Share via


LedgerJournalEngine_Daily.initValue Method [AX 2012]

Initializes the default values for the transaction

Syntax

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

Run On

Client

Parameters

  • _ledgerJournalTrans
    Type: LedgerJournalTrans Table
    The _ledgerJournalTrans table buffer that stores ledgerTransaction to which default vales needs to initilize

Remarks

This method is used to initialize the TransactionType filed value.

See Also

Reference

LedgerJournalEngine_Daily Class