CreateWOFromProcess Method
- Last UpdatedNov 06, 2025
- 2 minute read
The CreateWOFromProcess() method creates instance data for a work order based on a specified process ID and other work order instance-specific data. The overload of the method includes the targetScheduledLineId and queueSequenceNumber input parameters, so that it can also assign the work order to a line.
| Overload | Description |
|---|---|
| CreateWOFromProcess(Int32,String,String,String,Double,String,Nullable<Double>,Nullable<Int32>,String,Nullable<DateTime>,Nullable<DateTime>,Nullable<Int32>,String,String,String,String,String,String,Nullable<Boolean>,Nullable<Boolean>,Nullable<Int32>,Nullable<Int32>,DBString,DBString,DBString,DBString) | The CreateWOFromProcess() method creates instance data for a work order based on a specified process ID and other work order instance-specific data. This overload of the method includes the targetScheduledLineId and queueSequenceNumber input parameters, so that it can also assign the work order to a line plus it includes WO Spare fields. For more information, see the Remarks section. For creating a new data entry job, see the JobExec class StartDataEntryJob() method. For adding a job to an existing work order, see the Job class Add() method. |
| CreateWOFromProcess(Int32,String,String,String,Double,String,Nullable<Double>,Nullable<Int32>,String,Nullable<DateTime>,Nullable<DateTime>,Nullable<Int32>,String,String,String,String,String,String,Nullable<Boolean>,Nullable<Boolean>,Nullable<Int32>,Nullable<Int32>) | The CreateWOFromProcess() method creates instance data for a work order based on a specified process ID and other work order instance-specific data. This overload of the method includes the targetScheduledLineId and queueSequenceNumber input parameters, so that it can also assign the work order to a line. For more information, see the Remarks section. For creating a new data entry job, see the JobExec class StartDataEntryJob() method. For adding a job to an existing work order, see the Job class Add() method. |
| CreateWOFromProcess(Int32,String,String,String,Double,String,Nullable<Double>,Nullable<Int32>,String,Nullable<DateTime>,Nullable<DateTime>,Nullable<Int32>,String,String,String,String,String,String,Nullable<Boolean>,Nullable<Boolean>) | The CreateWOFromProcess() method creates instance data for a work order based on a specified process ID and other work order instance-specific data. For creating a new data entry job, see the JobExec class StartDataEntryJob() method. For adding a job to an existing work order, see the Job class Add() method. |