Share via


InventAvailabilitySearch.isValid Method [AX 2012]

Determines if the search criteria is valid or not.

Syntax

public boolean isValid()

Run On

Called

Return Value

Type: boolean
true, if the search criteria is valid; otherwise, false.

Remarks

You always have to provide the criteria item. There are multiple ways of doing that (you can provide the ID of the item, you can provide the InventTable record and it can also be derived from InventSum.ItemId).

See Also

Reference

InventAvailabilitySearch Class