InventTestItemQualityGroup::exist Method
Determines whether the specified record in the InventTestItemQualityGroup table exists.
Syntax
client server public static boolean exist(InventTestQualityGroupId _inventTestQualityGroupId, ItemId _itemId)
Run On
Called
Parameters
- _inventTestQualityGroupId
Type: InventTestQualityGroupId Extended Data Type
The test quality group ID of the record to find.
- _itemId
Type: ItemId Extended Data Type
The item ID of the record to find.
Return Value
Type: boolean
true if the specified record exists; otherwise, false.