InventQuarantineOrder::createFromQualityOrder Method
Generates a new quarantine order based on a quality order.
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 InventQuarantineId createFromQualityOrder(
InventQualityOrderTable _qualityOrder,
InventDimId _inventDimId,
InventQty _qty,
[PdsCWInventQty _cwQty])
Microsoft Dynamics AX 2012 R2 (SYS)
server public static InventQuarantineId createFromQualityOrder(
InventQualityOrderTable _qualityOrder,
InventDimId _inventDimId,
InventQty _qty)
Microsoft Dynamics AX 2012 Feature Pack (SYS)
server public static InventQuarantineId createFromQualityOrder(
InventQualityOrderTable _qualityOrder,
InventDimId _inventDimId,
InventQty _qty)
Microsoft Dynamics AX 2012 (FPK)
server public static InventQuarantineId createFromQualityOrder(
InventQualityOrderTable _qualityOrder,
InventDimId _inventDimId,
InventQty _qty)
Microsoft Dynamics AX 2012 (SYS)
server public static InventQuarantineId createFromQualityOrder(
InventQualityOrderTable _qualityOrder,
InventDimId _inventDimId,
InventQty _qty)
Run On
Server
Parameters
- _qualityOrder
Type: InventQualityOrderTable Table
An InventQualityOrderTable specifying values for new quarantine order.
- _inventDimId
Type: InventDimId Extended Data Type
Identification of inventory dimension values for new quarantine order.
- _qty
Type: InventQty Extended Data Type
The InventQty for the new quarantine order.
- _cwQty
Type: PdsCWInventQty Extended Data Type
The PdsCWInventQty for the new quarantine order.
Return Value
Type: InventQuarantineId Extended Data Type
The InventQuarantineId of the new quarantine order.