StartDataEntryJob Method
- Last UpdatedNov 06, 2025
- 1 minute read
The StartDataEntryJob() method creates and starts a new data entry job on the fly. This overload of the method uses the entity ID to specify the entity.
For adding a job to an existing work order, see Job.Add. For creating a brand new work order from process, see JobExec.CreateWOFromProcess.
| Overload | Description |
|---|---|
| StartDataEntryJob(Int32,String,Int32,String,String,String,Double,Nullable<Int32>,Nullable<Int32>,DBString,DBString,DBString,DBString,Nullable<Int32>) | The StartDataEntryJob() method creates and starts a new data entry job on the fly. This overload of the method uses the entity ID to specify the entity. For adding a job to an existing work order, see Job.Add. For creating a brand new work order from process, see JobExec.CreateWOFromProcess. |
| StartDataEntryJob(Int32,String,String,String,String,String,String,Double,Nullable<Int32>,Nullable<Int32>,DBString,DBString,DBString,DBString,Int32) | The StartDataEntryJob() method creates and starts a new data entry job on the fly. This overload of the method uses the entity name and site name to specify the entity. |