Share via


RetailTransactionServiceOrders::createLedgerJournalTable_RU Method [AX 2012]

Method creates and initializes new LedgerJournalTable record.

Syntax

client server private static LedgerJournalTable createLedgerJournalTable_RU(
    LedgerJournalNameId _ledgerJournalNameId, 
    LedgerJournalType _journalType, 
    SalesId _salesId, 
    DimensionDefault _defaultDimension, 
    CurrencyCode _currencyCode)

Run On

Called

Parameters

Return Value

Type: LedgerJournalTable Table
New LedgerJournalTable record created.

See Also

Reference

RetailTransactionServiceOrders Class