Share via


RetailStoreInventory::refreshRetailInvPickingLines Method [AX 2012]

Gets the inventory transfer order for inventory transfer picking and update RetailInvTransferPickingLine table accordingly

Syntax

client server public static void refreshRetailInvPickingLines(
    InventLocationId storeInventLocationId, 
    RetailReferenceNo orderNumber, 
    RetailInvPickingType pickingType, 
    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