GetAssignedLotNos Method
- Last UpdatedNov 06, 2025
- 1 minute read
The GetAssignedLotNos() method retrieves all lot numbers from the Assigned_Lot table that match the specified filter parameters.
public static DataSet GetAssignedLotNos(
string woID,
string itemID,
string operID,
string lotNo,
string subLot
)
Parameters
- woID
- Optional. Holds the work order ID by which to filter the lot numbers being retrieved.
- itemID
- Optional. Holds the item ID by which to filter the lot numbers being retrieved.
- operID
- Optional. Holds the operation ID by which to filter the lot numbers being retrieved.
- lotNo
- Optional. Holds the lot number by which to filter the lot numbers being retrieved.
- subLot
- Optional. Holds the sublot number by which to filter the lot numbers being retrieved.
Return Value
Returns a Dataset that contains any rows in the Assigned_Lot table that match the
specified filter.