InventOnHandCriteria.isMatchedByInventDim Method [AX 2012]
Gets a value indicating if the specified inventory dimensions are matched by the requirements of this criteria.
Syntax
public boolean isMatchedByInventDim(InventDim _inventDim)
Run On
Called
Parameters
- _inventDim
Type: InventDim Table
The inventory dimensions to check.
Return Value
Type: boolean
true if the specified inventory dimensions are matched by the requirements of this critiera; otherwise, false.
Remarks
The method only needs to be overridden if it is not possible to implement the filter using just query ranges in the doApplyToOnHandQuery method.
The method should not contain full filter validations. Only those checks that are impossible to implement using query ranges should be implemented in this method.