GetByKey Method (JobStepGroup)
- Last UpdatedNov 06, 2025
- 1 minute read
The GetByKey() method retrieves the specified job step group record from the Job_Step_Grp table.
Parameters
- woId
- Required. Holds the ID of the work order associated with the job.
- operId
- Required. Holds the ID of the operation associated with the joblongs.
- seqNo
- Required. Holds the sequence number of the operation whose step group is being retrieved.
- stepGrpId
- Required. Holds the ID of the step group.
Return Value
Returns a DataSet that contains the DataRow of the specified job step group in the Job_Step_Grp table. If no matching record for the specified job step group is found, an empty DataSet is returned.