Share via


RetailStoreInventory::refreshInventJournalTrans Method [AX 2012]

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

Syntax

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

Run On

Called

Parameters

  • forceRefresh
    Type: boolean
    A boolean value to indicate if the force refresh happen.

See Also

Reference

RetailStoreInventory Class