GetByKey Method (JobBomStep)
- Last UpdatedMar 17, 2026
- 1 minute read
The GetByKey() method retrieves the specified job BOM step record from the Job_Bom_Step table.
Parameters
- woId
Required. Holds the work order ID that identifies the record to be retrieved.
- operId
Required. Holds the operation ID that identifies the record to be retrieved.
- seqNo
Required. Holds the operation sequence number that identifies the record to be retrieved.
- bomPos
Required. Holds the BOM position for the job that identifies the record to be retrieved.
- stepNo
Required. Holds the step number for the job that identifies the record to be retrieved.
Return Value
Returns a DataSet that contains the DataRow of the specified job BOM step item in the Job_Bom_Step table. If no matching record for the specified job BOM step item is found, an empty DataSet is returned.