Share via


InventOnHandCompositeCriteria.containsCriteria Method [AX 2012]

Determines if this instance of InventOnHandCompositeCriteria has a child criteria of the given class.

Syntax

public boolean containsCriteria(ClassId _criteriaClassId)

Run On

Called

Parameters

Return Value

Type: boolean
true if the instance has a child criteria of the given class; otherwise, false.

Remarks

Recursive method; if a child criteria is composite, the child's criteria are also searched.

See Also

Reference

InventOnHandCompositeCriteria Class