GetJobBOMWithSubData Method (Jobs)
- Last UpdatedNov 06, 2025
- 1 minute read
The GetJobBOMWithSubData() method retrieves BOM data, including substitute information 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 and BOM substitute data for that item are 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.
Return Value
Returns a DataSet containing the BOM records.