GetAvailableCompletedSNs Method
- Last UpdatedNov 06, 2025
- 1 minute read
The GetAvailableCompletedSNs() method retrieves the lot numbers of the completed serialized lots for the specified work order and job. The results can be filtered by an item.
public static DataSet GetAvailableCompletedSNs(
string woID,
string operID,
int seq_no,
string itemID
)
Parameters
- woID
- Required. Holds the ID of the work order whose completed serialized lot numbers are being retrieved.
- operID
- Required. Holds the operation ID of the job whose completed serialized lot numbers are being retrieved.
- seq_no
- Required. Holds the operation sequence number of the job whose completed serialized lot numbers are being retrieved.
- itemID
- Required. Holds the ID of the item by which to filter the completed serialized lot numbers.
Return Value
Returns a Dataset that contains a row, which includes a lot serial number, for
each of the completed serialized lots that match the specified filter.