Share via


WHSPool::calculateOpenWorkQty Method [AX 2012]

Calculates the quantity that is being processed by work.

Syntax

server public static WHSInventQty calculateOpenWorkQty(
    InventTransId _inventTransId, 
    InventDim _inventDimCriteria, 
    InventDimParm _inventDimParmCriteria)

Run On

Server

Parameters

  • _inventDimCriteria
    Type: InventDim Table
    An the inventory dimensions to find work for.
  • _inventDimParmCriteria
    Type: InventDimParm Table
    An InventDimParm buffer used for finding work.

Return Value

Type: WHSInventQty Extended Data Type
The quantity that is being processed by work.

See Also

Reference

WHSPool Class