GetQuantityForDownstreamOperation() method
- Last UpdatedNov 26, 2024
- 1 minute read
Use the GetQuantityForDownstreamOperation() method to compute the total quantity produced for an operation that is immediately downstream from the specified job and lot.
Syntax
result = GetQuantityForDownstreamOperation(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 downstream operation.