GetByKey Method (JobStep)
- Last UpdatedNov 06, 2025
- 1 minute read
The GetByKey() method retrieves the specified job step record from the Job_Step table.
Parameters
- woId
- Required. Holds the ID of the work order to which the job step belongs.
- operId
- Required. Holds the ID of the operation to which the job step belongs.
- seqNo
- Required. Holds the operation sequence number to which the job step belongs.
- stepNo
- Required. Holds the step number of the job step.
Return Value
Returns a DataSet that contains the DataRow of the specified job step in the Job_Step table. If no matching record for the specified job step is found, an empty DataSet is returned.