InventQualityOrderLine::exist Method
Determines whether the specified record in the InventQualityOrderLine table exists.
Syntax
client server public static boolean exist(
InventQualityOrderId _qualityOrderId,
InventTestId _inventTestId,
InventTestSequence _testSequence)
Run On
Called
Parameters
- _qualityOrderId
Type: InventQualityOrderId Extended Data Type
The quality order ID of the record to find.
- _inventTestId
Type: InventTestId Extended Data Type
The test ID of the record to find.
- _testSequence
Type: InventTestSequence Extended Data Type
The test sequence number of the record to find.
Return Value
Type: boolean
true if the specified record exists; otherwise, false.