GetDownstreamOperations Method
- Last UpdatedNov 06, 2025
- 1 minute read
The GetDownstreamOperations() method retrieves the downstream operations for the specified job and returns a DataSet containing the work order, operation, and sequence number of these downstream operations. Downstream operations are those operations of the job that occur in the same job route as the specified job.
Parameters
- woID
- Required. Holds the work order ID of the job whose downstream operations are being retrieved.
- operID
- Required. Holds the operation ID of the job whose downstream operations are being retrieved.
- seqNo
- Required. Holds the operation sequence number of the job whose downstream operations are being retrieved.
Return Value
Returns a DataSet containing the downstream operations.