GetJobBOMData Method (Jobs)
- Last UpdatedNov 06, 2025
- 1 minute read
The GetJobBOMData() method retrieves the BOM data for the specified job. The job is specified by a work order ID, an operation ID, and an operation sequence number. If a BOM position is specified, only the BOM data for that item is returned.
Parameters
- woId
- Required. Holds the ID of the job's work order.
- operId
- Required. Holds the ID of the job's operation.
- seqNo
- Required. Holds the job's operation sequence number.
- BOMPos
- Optional. Holds the position in the BOM for an individual item. Set to null if not used, in which case all BOM data for the job will be returned.
Return Value
Returns a DataSet containing the BOM records.