GetAssignedLotNosByFilter Method
- Last UpdatedNov 06, 2025
- 1 minute read
The GetAssignedLotNosByFilter() method retrieves all lot numbers from the Assigned_Lot table that match the specified filter parameters.
public static DataSet GetAssignedLotNosByFilter(
string woId,
string itemId,
string operId,
string lotNo
)
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.
Return Value
Returns a Dataset that contains any rows in the Assigned_Lot table that match the
specified filter.