GetAvailSubsts Method
- Last UpdatedNov 06, 2025
- 1 minute read
The GetAvailSubsts() method retrieves substitutes for the BOM position zero for the specified job BOM record from the Job_Bom table.
Parameters
- woId
Required. Holds the ID of the work order for the job.
- operId
Required. Holds the ID of the operation for the job.
- seqNo
Required. Holds the operation sequence number for the job.
Return Value
Returns a DataSet that contains all the records in the Job_Bom table that satisfy the specified filters. If no matching records are found, an empty DataSet is returned.
The columns of the returned DataSet are described below.
|
ColumnName |
Description |
|---|---|
|
item_id |
A string that is the ID of the substitute item. |
|
item_desc |
A string that is the description of the substitute item. |