Share via


InventOnHandCriteria.applyToOnHand Method [AX 2012]

Adds required filters to the on hand query to make sure that the query only selects those on hand records that match the criteria.

Syntax

public void applyToOnHand(Query _onHandQuery)

Run On

Called

Parameters

Exceptions

Exception Condition
Error

Throws an error if the query is not specified.

-or-

Throws an error if the specified query is not recognized as an on hand query.

See Also

Reference

InventOnHandCriteria Class