ReassignWoToALine Method
- Last UpdatedNov 06, 2025
- 1 minute read
The ReassignWoToALine() method reassigns an existing work order to a line.
| Overload | Description |
|---|---|
| ReassignWoToALine(Int32,String,Int32,Double,Nullable<Double>,Nullable<Int32>,String,String,String,String) | The ReassignWoToALine() method reassigns an existing work order to a line. The current jobs in the work order will be suspended and deleted and then new jobs will be created for the specified line. Work orders created from a process may not be reassigned, so attempting to reassign a work order created from a process will result in an error. This overload of the method includes the following input parameters:
|
| ReassignWoToALine(Int32,String,Int32,Double,Nullable<Double>) | The ReassignWoToALine() method reassigns an existing work order to a line. The current jobs in the work order will be suspended and deleted and then new jobs will be created for the specified line. Work orders created from a process may not be reassigned, so attempting to reassign a work order created from a process will result in an error. |