Share via


VendInvoiceInfoLine.checkIfQuantityMatch Method

Determines whether the current VendInvoiceInfoLine table record has a quantity matching discrepancy.

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
          display CheckIfQuantityMatchIcon checkIfQuantityMatch(
           [boolean _useSpecifiedQty, 
            PurchQty _matchedQty, 
            PdsCWInventQty _cwMatchedQty])

  Microsoft Dynamics AX 2012 R2 (SYS)
          display CheckIfQuantityMatchIcon checkIfQuantityMatch(
           [boolean _useSpecifiedQty, 
            PurchQty _matchedQty, 
            PdsCWInventQty _cwMatchedQty])

  Microsoft Dynamics AX 2012 Feature Pack (SYS)
          display CheckIfQuantityMatchIcon checkIfQuantityMatch([boolean _useSpecifiedQty, PurchQty _matchedQty])

  Microsoft Dynamics AX 2012 (FPK)
          display CheckIfQuantityMatchIcon checkIfQuantityMatch([boolean _useSpecifiedQty, PurchQty _matchedQty])

  Microsoft Dynamics AX 2012 (SYS)
          display CheckIfQuantityMatchIcon checkIfQuantityMatch([boolean _useSpecifiedQty, PurchQty _matchedQty])

Run On

ClientOrServer

Parameters

  • _useSpecifiedQty
    Type: boolean
    A Boolean value indicating whether the supplied matched quantity should be used or if it should be calculated.
  • _matchedQty
    Type: PurchQty Extended Data Type
    The matched quantity in purchase unit to use if the quantity shouldn't be automatically calculated.

Return Value

Type: CheckIfQuantityMatchIcon Extended Data Type
An image that indicates quantity matching discrepancy for the current VendInvoiceInfoLine table record.

See Also

Reference

VendInvoiceInfoLine Table