GetManufacturingOrders Method
- Last UpdatedNov 06, 2025
- 1 minute read
The GetManufacturingOrders() method retrieves a list of distinct manufacturing orders from the WO table.
'Declaration
Public Shared Function GetManufacturingOrders() As DataSet
public static DataSet GetManufacturingOrders()
Return Value
Returns a DataSet that contains a record for each manufacturing order ID found. The record includes only one column, mo_id, which is the ID of the manufacturing order.
If no work order records that include an ID for a manufacturing order are found, an empty DataSet is returned.