Job Class Methods
- Last UpdatedNov 06, 2025
- 5 minute read
For a list of all members of this type, see Job members.
| Name | Description | |
|---|---|---|
![]() ![]() | Add | Overloaded. The Add() method adds a new job record to the Job table. This method adds a new job to an existing Work Order. For creating a brand new data entry job, see JobExec.StartDataEntryJob. For creating a brand new work order from process, see JobExec.CreateWOFromProcess. |
![]() ![]() | CanLogData | The CanLogData() method retrieves the current status of whether data can be logged for the specified job. |
![]() ![]() | Delete | The Delete() method deletes the specified job record from the Job table. |
![]() ![]() | DeleteAll | The DeleteAll() method removes one or more job records from the Job table. Passing no filter parameters will remove all job records from the table. |
![]() ![]() | GetAll | The GetAll() method retrieves one or more job records from the Job table, as specified by the filter parameters. Passing no filter parameters will retrieve all job records from the table. |
![]() ![]() | GetAvailConcurLinkNo | The GetAvailConcurLinkNo() method retrieves the next available concurrent link number for a batch. |
![]() ![]() | GetByKey | The GetByKey() method retrieves the specified job record from the Job table. |
![]() ![]() | GetDisplaySeq | The GetDisplaySeq() method retrieves the display sequence for the specified work order ID and operation ID, if they exist. Otherwise, the method returns the next available display sequence (i.e., the maximum display sequence plus one) for the work order. |
![]() ![]() | GetFolders | The GetFolders method retrieves the folders for the specified item ID and operation ID. |
![]() ![]() | GetJobQueueByFilter | Overloaded. The GetJobQueueByFilter() method retrieves job records from the Job table and associated tables, as specified by the supplied filters. |
![]() ![]() | GetJobs | The GetJobs() method retrieves one or more job records from the Job table, as specified by the filter parameters. |
![]() ![]() | GetJobStates | The GetJobs() method retrieves the job states that are valid for a job. |
![]() ![]() | GetNextSeqNo | The GetNextSeqNo() method returns the next available sequence number (i.e., the current value plus one) for the specified work order and operation. |
![]() ![]() | GetSchedEntsForQueue | The GetSchedEntsForQueue() method retrieves all entities that can schedule jobs. |
![]() ![]() | GetSourceOper | The GetSourceOper() method retrieves the operation that is directly upstream from the specified job. |
![]() ![]() | GetTargetOperContainsSerItems | The GetTargetOperContainsSerItems() method retrieves the operations for the specified job that produce serialized items. |
![]() ![]() | SetConcurrentLink | The SetConcurrentLink() method sets the concurrent link number for the list of jobs supplied. |
![]() ![]() | Update | Overloaded. The Update() method updates all columns for the specified job record in the Job table. |
![]() ![]() | UpdateSpecific | Overloaded. The UpdateSpecific() method updates selected columns for the specified job record in the Job table. |

