RetailStoreInventory::submitRetailReceivingLines Method [AX 2012]

Creates an Xml Document with inventory dimension values and deletes the line

client server public static boolean submitRetailReceivingLines(
    InventLocationId storeInventLocationId, 
    RetailReferenceNo ordernumber, 
    RetailInvReceivingType receivingType)

Run On

Called

Parameters

storeInventLocationId
Type: InventLocationId Extended Data Type
Identification of Warehouse.
ordernumber
Type: RetailReferenceNo Extended Data Type
Reference number of the order.
receivingType
Type: RetailInvReceivingType Enumeration
Type of the receiving.

Return Value

Type: boolean
A boolean value, true if the line is updated successfully; otherwise false.
Show: