InventQualityManagementCreateHandler::createSalesPickingListWork Method [AX 2012]
Handles order creation during work creation for outbound shipping process.
Syntax
client server public static void createSalesPickingListWork(
SalesLine _salesLine,
InventQty _qty,
PdsCWInventQty _cwQty)
Run On
ClientOrServer
Parameters
- _salesLine
Type: SalesLine Table
A SalesLine table buffer.
- _qty
Type: InventQty Extended Data Type
Inventory quantity.
- _cwQty
Type: PdsCWInventQty Extended Data Type
Catch weight quantity.