CreateWoForALine Method
- Last UpdatedNov 06, 2025
- 1 minute read
The CreateWoForALine() method adds a work order for a line to the WO table.
| Overload | Description |
|---|---|
| CreateWoForALine(Int32,String,String,Int32,String,Double,Nullable<Double>,Nullable<DateTime>,Nullable<DateTime>,Nullable<Int32>,String,String,String,String) | The CreateWoForALine() method adds a work order for a line to the WO table. This method creates jobs for all of the entities defined on the specified line. This method does not use a process. For creating work orders against a process, use the CreateWoFromProcess() method in the JobExec class. This overload of the method includes the following input parameters:
|
| CreateWoForALine(Int32,String,String,Int32,String,Double,Nullable<Double>,Nullable<DateTime>,Nullable<DateTime>) | The CreateWoForALine() method adds a work order for a line to the WO table. This method creates jobs for all of the entities defined on the specified line. This method does not use a process. For creating work orders against a process, use the CreateWoFromProcess() method in the JobExec class. |