JobRoute Class Members
- Last UpdatedNov 06, 2025
- 3 minute read
The following tables list the members exposed by JobRoute.
| Name | Description | |
|---|---|---|
![]() ![]() | Add | The Add() method adds a new job route record to the Job_Route table. |
![]() ![]() | Delete | The Delete() method deletes the specified job route record from the Job_Route table. |
![]() ![]() | GetAll | The GetAll() method retrieves one or more job route records from the Job_Route table, as specified by the filter parameters. Passing no filter parameters will retrieve all job attribute records from the table. |
![]() ![]() | GetByKey | The GetByKey() method retrieves a single row from the Job_Route table using the specified primary key fields. |
![]() ![]() | GetJobPath | The GetJobPath() method retrieves a list of jobs for the specified work order, optionally in the order that the jobs should be executed. |
![]() ![]() | GetJobRoute | The GetJobRoute() method retrieves a list of jobs for the specified work order, in the order in which they are defined to be displayed on the job route diagram. |
![]() ![]() | Update | The Update() method updates all columns for the specified job route record in the Job_Route table. |
![]() ![]() | UpdateSpecific | The UpdateSpecific() method updates selected columns for the specified job route record in the Job_Route table. |

