GetDownstreamProduction Method
- Last UpdatedNov 06, 2025
- 1 minute read
The GetDownstreamProduction() method retrieves a DataSet of item_prod records for the specified job. Optionally, the item_prod records can be filtered to those that have the produced item as part of a specified lot and/or sublot.
public static DataSet GetDownstreamProduction(
string woID,
string operID,
int seqNo,
string lotNo,
string sublotNo
)
Parameters
- woID
- Required. Holds the work order ID of the job whose item_prod records are being retrieved.
- operID
- Required. Holds the operation ID of the job whose item_prod records are being retrieved.
- seqNo
- Required. Holds the operation sequence number of the job whose item_prod records are being retrieved
- lotNo
- Optional. Holds the lot number of the lot whose item_prod records you want to retrieve.
- sublotNo
- Optional. Holds the sublot number of the lot whose item_prod records you want to retrieve.
Return Value
Returns a DataSet containing the downstream production information for the
specified job and, optionally, lot/sublot.