GetByFilter Method (WO)
- Last UpdatedNov 06, 2025
- 1 minute read
The GetByFilter() method retrieves the work order records from the WO table, as specified by the filter parameters. Passing null as the work order ID, null as the item ID, and false for running, ready, onhold, suspended, new, and complete will retrieve all work order records from the table.
| Overload | Description |
|---|---|
| GetByFilter(String,String,Boolean,Boolean,Boolean,Boolean,Boolean,Boolean,Nullable<Int32>,Nullable<Int32>) | The GetByFilter() method retrieves the work order records from the WO table, as specified by the filter parameters. Passing null as the work order ID, null as the item ID, and false for running, ready, onhold, suspended, new, and complete will retrieve all work order records from the table. |
| GetByFilter(String,String,Boolean,Boolean,Boolean,Boolean,Boolean,Boolean,Nullable<Int32>,Nullable<Int32>,Boolean) | The GetByFilter() method retrieves the work order records from the WO table, as specified by the filter parameters. Passing null as the work order ID, null as the item ID, and false for running, ready, onhold, suspended, new, and complete will retrieve all work order records from the table. This overload of the method includes the includeWorkOrdersFromProcess parameter. |