Share via


InventQualityManagementCreate::createPerQualityAssociations Method [AX 2012]

Generates quality orders that are conditioned on the existence of relevant quality associations and the lack of open quality orders that match ones that exist.

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 createPerQualityAssociations(
            Common _buffer, 
            InventTestDocumentStatus _documentStatus, 
            InventTestExecution _execution, 
            InventQty _updatedQuantity, 
           [PdsCWInventQty _cwUpdatedQuantity, 
            InventSiteId _inventSiteId])

  Microsoft Dynamics AX 2012 R2 (SYS)
          server public static void createPerQualityAssociations(
            Common _buffer, 
            InventTestDocumentStatus _documentStatus, 
            InventTestExecution _execution, 
            InventQty _updatedQuantity, 
           [PdsCWInventQty _cwUpdatedQuantity, 
            InventSiteId _inventSiteId])

  Microsoft Dynamics AX 2012 Feature Pack (SYS)
          server public static void createPerQualityAssociations(
            Common _buffer, 
            InventTestDocumentStatus _documentStatus, 
            InventTestExecution _execution, 
            InventQty _updatedQuantity, 
           [PdsCWInventQty _cwUpdatedQuantity, 
            InventSiteId _inventSiteId])

  Microsoft Dynamics AX 2012 (FPK)
          server public static void createPerQualityAssociations(
            Common _buffer, 
            InventTestDocumentStatus _documentStatus, 
            InventTestExecution _execution, 
            InventQty _updatedQuantity)

  Microsoft Dynamics AX 2012 (SYS)
          server public static void createPerQualityAssociations(
            Common _buffer, 
            InventTestDocumentStatus _documentStatus, 
            InventTestExecution _execution, 
            InventQty _updatedQuantity)

Run On

Server

Parameters

  • _buffer
    Type: Common Table
    A Common record that contains the reference document.

See Also

Reference

InventQualityManagementCreate Class