RetailTransactionServiceOrders::setCustomerOrderJournal Method [AX 2012]

Set LedgerJournalTrans properties based on the given tender type

client server public static void setCustomerOrderJournal(
    RecId storeRecId, 
    RetailTenderTypeId tenderTypeId, 
    LedgerJournalTrans ledgerJournalTrans)

Run On

Called

Parameters

storeRecId
Type: RecId Extended Data Type
Store recid to lookup store
tenderTypeId
Type: RetailTenderTypeId Extended Data Type
Retail Tender Type
ledgerJournalTrans
Type: LedgerJournalTrans Table
Journal to be updated

Updates the Journal based on the store and tender type.

Show: