Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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.