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 store receiving lists for purchase order and update RetailInvReceivingLine table accordingly.
Syntax
client server public static void refreshRetailInvReceivingLines(
InventLocationId storeInventLocationId,
RetailReferenceNo orderNumber,
RetailInvReceivingType receivingType,
TransDateTime linesLastRefreshedFromHQ,
[boolean forceRefresh])
Run On
Called
Parameters
- storeInventLocationId
Type: InventLocationId Extended Data Type
The given value for store invent location Id.
- orderNumber
Type: RetailReferenceNo Extended Data Type
The current value for order number.
- receivingType
Type: RetailInvReceivingType Enumeration
The current value of receiving type.
- 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.