Share via


InventBlockingQualityOrderSync.blockingQuantity Method [AX 2012]

Retrieves the inventory blocking quantity based on the related quality orders.

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 blockingQuantity(RefRecId _existingInventBlockingId)

  Microsoft Dynamics AX 2012 R2 (SYS)
          protected container blockingQuantity(RefRecId _existingInventBlockingId)

  Microsoft Dynamics AX 2012 Feature Pack (SYS)
          protected container blockingQuantity(RefRecId _existingInventBlockingId)

  Microsoft Dynamics AX 2012 (FPK)
          protected InventQty blockingQuantity(RefRecId _existingInventBlockingId)

  Microsoft Dynamics AX 2012 (SYS)
          protected InventQty blockingQuantity(RefRecId _existingInventBlockingId)

Run On

Server

Parameters

Return Value

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

See Also

Reference

InventBlockingQualityOrderSync Class