Share via


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

See Also

Reference

InventQualityManagementCreate Class