InventTestCertOfAnalysisLineResults::find Method
Retrieves a InventTestCertOfAnalysisLine record with the unique key index fields.
Syntax
client server public static InventTestCertOfAnalysisLineResults find(
InventCertificateOfAnalysisId _certificateOfAnalysisId,
InventTestSequence _testSequence,
InventTestId _testId,
[boolean _update])
Run On
Called
Parameters
- _certificateOfAnalysisId
Type: InventCertificateOfAnalysisId Extended Data Type
The ID for an analysis certificate.
- _testSequence
Type: InventTestSequence Extended Data Type
A test sequence number.
- _testId
Type: InventTestId Extended Data Type
The ID for the test.
- _update
Type: boolean
A Boolean value that indicates whether the returned record can be updated; optional.
Return Value
Type: InventTestCertOfAnalysisLineResults Table
A InventTestCertOfAnalysisLine record.