GetWoForSerializedItems Method
- Last UpdatedNov 06, 2025
- 1 minute read
The GetWoForSerializedItems() method retrieves all work orders that produce serialized items. Optional work order and item filters can be used to retrieve only the work order data for that work order and/or item.
Parameters
- woId
- Optional. Holds the ID of the work order that is being checked to see if it includes serialized items. Set to null if not used.
- itemId
- Optional. Holds the ID of the serialized item that is being checked to see in what work orders it is included. Set to null if not used.
Return Value
Returns a DataSet containing all work orders that produce a serialized item, or
as filtered by the optional work order ID and/or serialized item ID.