InventQualityManagementCreate.createQualityOrder Method [AX 2012]
Creates a quality order based on the specified quality association.
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
protected void createQualityOrder(
InventTestAssociationTable _inventTestAssociationTable,
InventQty _quantityToSample,
InventDimId _inventDimId,
[PdsCWInventQty _cwQuantityToSample])
Microsoft Dynamics AX 2012 R2 (SYS)
protected void createQualityOrder(
InventTestAssociationTable _inventTestAssociationTable,
InventQty _quantityToSample,
InventDimId _inventDimId,
[PdsCWInventQty _cwQuantityToSample])
Microsoft Dynamics AX 2012 Feature Pack (SYS)
protected void createQualityOrder(
InventTestAssociationTable _inventTestAssociationTable,
InventQty _quantityToSample,
InventDimId _inventDimId,
[PdsCWInventQty _cwQuantityToSample])
Microsoft Dynamics AX 2012 (FPK)
protected void createQualityOrder(
InventTestAssociationTable _inventTestAssociationTable,
InventQty _quantityToSample,
InventDimId _inventDimId)
Microsoft Dynamics AX 2012 (SYS)
protected void createQualityOrder(
InventTestAssociationTable _inventTestAssociationTable,
InventQty _quantityToSample,
InventDimId _inventDimId)
Run On
Server
Parameters
- _inventTestAssociationTable
Type: InventTestAssociationTable Table
A InventTestAssociationTable record.
- _quantityToSample
Type: InventQty Extended Data Type
An inventory quantity to sample.
- _inventDimId
Type: InventDimId Extended Data Type
An inventory dimensions ID.
- _cwQuantityToSample
Type: PdsCWInventQty Extended Data Type
A catch weight quantity to sample; optional.