Jobs are how Allovue defines the roles and duties that someone conducts while holding their position. These are the job titles for job descriptions while hiring. Jobs are a prerequisite for position data.
Jobs Data Elements
|
Elements |
Description |
Example |
|---|---|---|
|
Code |
Unique Identifier for each Job. |
4321 |
|
Name |
The name of the Job/Job Title. |
Accountability Analyst |
|
Class Code |
Unique Identifier for the job class for this Job. |
6 |
|
Class Name |
The name of the Job Class for this Job. |
Analyst |
Jobs Data Validations
-
Code, name, class_code, and class_name are not null.
-
Code and class_code are jointly unique.