InventQualityReferenceType.inventRefQty Method [AX 2012]

Gets the lot quantity of this reference document.

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
          public InventQty inventRefQty()

  Microsoft Dynamics AX 2012 R2 (SYS)
          public abstract InventQty inventRefQty()

  Microsoft Dynamics AX 2012 Feature Pack (SYS)
          public abstract InventQty inventRefQty()

  Microsoft Dynamics AX 2012 (FPK)
          public abstract InventQty inventRefQty()

  Microsoft Dynamics AX 2012 (SYS)
          public abstract InventQty inventRefQty()

Run On

Called

Return Value

Type: InventQty Extended Data Type
The quantity as an InventQty value.

See Also

Reference

InventQualityReferenceType Class