InventQualityOrderLineResults::exist Method
Determines whether the specified record in the InventQualityOrderLineResults table exists.
Syntax
client server public static boolean exist(
InventQualityOrderId _inventQualityOrderId,
InventTestId _inventTestId,
InventTestSequence _testSequence,
LineNum _lineNum)
Run On
Called
Parameters
- _inventQualityOrderId
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.
- _lineNum
Type: LineNum Extended Data Type
The line number of the record to find.
Return Value
Type: boolean
true if the specified record exists; otherwise, false.