Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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
- 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)
Return Value
Type: boolean
Whether the update has been performed.