Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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
- 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.