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
- _criteriaClassId
Type: ClassId Extended Data Type
Class ID of the criteria to search for.
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.