GetLotsAssignedToWO Method
- Last UpdatedNov 06, 2025
- 1 minute read
The GetLotsAssignedToWO() method retrieves the serial numbers assigned to the specified work order.
Parameters
- itemID
- Required. Holds the ID of the item being produced
- woID
- Required. Holds the ID of the work order whose serial numbers are being retrieved.
- operID
- Optional. Holds the operation ID by which to filter the serial numbers being retrieved.
Return Value
Returns a Dataset that contains a row, which includes a lot serial number, for
each serial number that matches the specified work order and operation ID
filter.