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
- 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.