RetailOrderManager::ProcessOrderDelivery Method [AX 2012]
Method is used for creating the PickingList for sales order transaction.
client server public static boolean ProcessOrderDelivery(
SalesId salesId,
InventLocationId inventLocationId,
DocumentStatus documentStatusForUpdate)
Run On
CalledParameters
- salesId
- Type: SalesId Extended Data Type
ID of the SalesTable.SalesId field.
- inventLocationId
- Type: InventLocationId Extended Data Type
Filter sales lines by warehouse id. Only lines matching this warehouse id will be updated.
- documentStatusForUpdate
- Type: DocumentStatus Enumeration
The type of update to be performed (picking list, packing slip, etc)
Show: