Share via


JmgTransaction::getTransactions Method [AX 2012]

Retrieves transactions from known transaction types.

Syntax

client server public static void getTransactions(
    JmgStampJournalTrans _jmgStampJournalTrans, 
    JmgWorkerRecId _worker, 
    JmgDateTime _startDateTime, 
    JmgDateTime _stopDateTime)

Run On

Called

Parameters

  • _jmgStampJournalTrans
    Type: JmgStampJournalTrans Table
    A temporary JmgStampJournalTrans buffer to which time transactions from other modules are inserted.

Remarks

This method reads transactions from all known transaction types, that is transaction types returned from the getListOfTransactionTypes method.

See Also

Reference

JmgTransaction Class