GetScheduledJobForWo Method
- Last UpdatedNov 06, 2025
- 1 minute read
The GetScheduledJobForWo() method retrieves the first job sequence, which is the scheduled job, for the specified work order and operation.
Parameters
- woId
- Required. Holds the ID of the work order for which the first job sequence is being retrieved.
- operId
- Required. Holds the ID of the operation for which the first job sequence is being retrieved.
Return Value
Returns a DataRow that contains the job information of the first job in the
sequence for the specified work order and operation.