GetJobBOMProducibles Method (JobExec)
- Last UpdatedNov 06, 2025
- 1 minute read
The GetJobBOMProducibles() method retrieves a DataView containing all the items that can be produced by the current job. The producible items are the item produced at BOM position 0 and any of its substitutes, along with all by-products and their substitutes. If a substitute is produced, the column current_subst in the returned DataView contains an integer value identifying the alternative item being produced. Otherwise, the current_subst column contains a null.
A DataView is returned because the Middleware returns consumables as well as producibles, so the consumables are filtered out in the DataView and the rows are sorted by job position and preference.