GetJobBomSubstitutesForSerializedItem Method
- Last UpdatedNov 06, 2025
- 1 minute read
The GetJobBomSubstitutesForSerializedItem() method retrieves a DataView containing serialized item substitutes for all of the consumable BOM items of the specified job. A DataView is used to filter the data to contain only records in which the item of the job is a serialized item.
public static DataView GetJobBomSubstitutesForSerializedItem(
string woId,
string operId,
string itemId
)
Parameters
- woId
- Optional. Holds the work order ID of the job for which substitute items are being retrieved.
- operId
- Optional. Holds the operation ID of the job for which substitute items are being retrieved.
- itemId
- Optional. Holds the item ID of the job for which substitute items are being retrieved.
Return Value
Returns a DataView that contains BOM records for all serialized item substitutes
of the specified job.