InventBlockingQualityOrderSync.referredLotQty Method [AX 2012]

Retrieves the referred inventory transactions quantity.

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 container referredLotQty()

  Microsoft Dynamics AX 2012 R2 (SYS)
          protected container referredLotQty()

  Microsoft Dynamics AX 2012 Feature Pack (SYS)
          protected container referredLotQty()

  Microsoft Dynamics AX 2012 (FPK)
          protected InventQty referredLotQty()

  Microsoft Dynamics AX 2012 (SYS)
          protected InventQty referredLotQty()

Run On

Server

Return Value

Type: container
A container that contains an inventory quantity and a catch weight quantity.

See Also

Reference

InventBlockingQualityOrderSync Class