Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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
- _existingInventBlockingId
Type: RefRecId Extended Data Type
The inventory blocking ID the inventory blocking quantity; otherwise, 0.
Return Value
Type: container
A container that contains an inventory quantity and a catch weight quantity.