RetailOrderManager::ProcessOrderDelivery Method [AX 2012]

Method is used for creating the PickingList for sales order transaction.

Syntax

client server public static boolean ProcessOrderDelivery(
    SalesId salesId, 
    InventLocationId inventLocationId, 
    DocumentStatus documentStatusForUpdate)

Run On

Called

Parameters

Return Value

Type: boolean
Whether the update has been performed.

See Also

Reference

RetailOrderManager Class