RetailStoreInventory::refreshInventJournalTrans Method [AX 2012]

Gets the inventory journal transactions for stock counting and update stock count line accordingly

client server public static void refreshInventJournalTrans(
    InventLocationId storeInventLocationId, 
    InventJournalId journalId, 
    TransDateTime linesLastRefreshedFromHQ, 
   [boolean forceRefresh])

Run On

Called

Parameters

storeInventLocationId
Type: InventLocationId Extended Data Type
The given value for store invent location Id.
journalId
Type: InventJournalId Extended Data Type
The given value for Journal Id.
linesLastRefreshedFromHQ
Type: TransDateTime Extended Data Type
The current value for number of lines last refreshed from HQ.
forceRefresh
Type: boolean
A boolean value to indicate if the force refresh happen.
Show: