RetailStoreInventory::refreshRetailInvPickingLines Method [AX 2012]
Gets the inventory transfer order for inventory transfer picking and update RetailInvTransferPickingLine table accordingly
client server public static void refreshRetailInvPickingLines(
InventLocationId storeInventLocationId,
RetailReferenceNo orderNumber,
RetailInvPickingType pickingType,
TransDateTime linesLastRefreshedFromHQ,
[boolean forceRefresh])
Run On
CalledParameters
- 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.
- pickingType
- Type: RetailInvPickingType Enumeration
The current value of picking 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.
Show: