GetJobBomAvailSubst Method (Jobs)
- Last UpdatedNov 06, 2025
- 1 minute read
The GetJobBomAvailSubst() method retrieves a DataView containing all available substitute items for consumption. Available substitute items are defined as those items that are the intersection of the substitutes for the current job, and the union of the substitutes of all the upstream jobs that produce the same item as the current one at the job's BOM position 0.
Parameters
- woId
- Required. Holds the work order ID of the job for which substitute items are being retrieved.
- operId
- Required. Holds the operation ID of the job for which substitute items are being retrieved.
- seqNo
- Required. Holds the operation sequence number of the job for which substitute items are being retrieved.
Return Value
Returns a DataView of all available substitute items for consumption.