InventBlockingQualityOrderSync.maxReferredLotBlockingQty Method [AX 2012]

Retrieves the maximum inventory blocking 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 maxReferredLotBlockingQty()

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

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

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

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

Run On

Server

Return Value

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

See Also

Reference

InventBlockingQualityOrderSync Class