Share via


RetailStoreInventory::refreshRetailInvReceivingLines Method [AX 2012]

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

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

See Also

Reference

RetailStoreInventory Class