GetTotalQuantityForOperation() method
- Last UpdatedNov 26, 2024
- 1 minute read
Use the GetTotalQuantityForOperation() method to compute the total quantity produced for the specified operation. The operation can be split amongst multiple jobs that have the same work order ID, operation ID, lot number, and sublot number.
Syntax
result = GetTotalQuantityForOperation(woID,operID, seqNo, lotNo, sublotNo);
Parameters
woID
A string that is the work order ID of a job.
operID
A string that is the operation ID of a job.
seqNo
An integer that is the sequence number of a job.
lotNo
A string that is the lot number.
sublotNo
A string that is the sublot number.
Return Value
result
A floating point number that is the total quantity for the specified operation.