InventQualityManagementCreateHandler::createProductionReportFinishedBefore Method [AX 2012]
Handles order creation before production report as finished.
Syntax
Note
The syntax of this method varies based on the version of Microsoft Dynamics AX that you are using.
Microsoft Dynamics AX 2012 R3
server public static void createProductionReportFinishedBefore(
ProdTable _prodTable,
InventQty _qtyGood,
PdsCWInventQty _cwQtyGood)
Microsoft Dynamics AX 2012 R2 (SYS)
server public static void createProductionReportFinishedBefore(
ProdTable _prodTable,
InventQty _qtyGood,
PdsCWInventQty _cwQtyGood)
Microsoft Dynamics AX 2012 Feature Pack (SYS)
server public static void createProductionReportFinishedBefore(
ProdTable _prodTable,
InventQty _qtyGood,
PdsCWInventQty _cwQtyGood)
Microsoft Dynamics AX 2012 (FPK)
server public static void createProductionReportFinishedBefore(ProdTable _prodTable, InventQty _qtyGood)
Microsoft Dynamics AX 2012 (SYS)
server public static void createProductionReportFinishedBefore(ProdTable _prodTable, InventQty _qtyGood)
Run On
Server
Parameters
- _prodTable
Type: ProdTable Table
A ProdTable table buffer.
- _qtyGood
Type: InventQty Extended Data Type
The reported good quantity.
- _cwQtyGood
Type: PdsCWInventQty Extended Data Type
The reported good catch weight quantity.