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