Skip to main content

job_constraints_v1

Job constraints refer to specific requirements or limitations to be considered when allocating resources or vehicles to a job. Constraints help ensure that the correct resources or vehicles are assigned to tasks by considering qualifications, availability, skills, attributes, and compliance regulations.

ColumnData typeDescription
idVARCHAR(32)The unique identifier for the job constraint.
job_referenceVARCHAR(88)The reference of the job that is inputted as free text.
constraint_typeVARCHAR(72)Defines a specific type of constraint associated with a job. This field helps in categorising and understanding the different types of constraints. Possible values: 'Job requires resource', 'Job requires resource group', 'Job requires resource skill', 'Job requires vehicle', 'Job requires vehicle group', 'Job requires vehicle attribute'.
resourceVARCHAR(150)The name of the individual who is constrained to perform the job based on their qualification, skill, availability or any other relevant criteria.
resource_groupVARCHAR(150)The resource group that is constrained to perform the job.
resource_skillVARCHAR(150)Specific attribute or characteristic associated with a resource. It could include qualifications, skills, certifications, or any other relevant information that needs to be considered when assigning resources to a job.
vehicleVARCHAR(150)The name of the vehicle that is constrained to perform the job based on factors such as capacity, capabilities, or any other relevant criteria.
vehicle_groupVARCHAR(150)The vehicle group that is constrained to perform the job.
vehicle_attributeVARCHAR(150)Specific attribute or characteristic associated with a vehicle. It could include capacity, capabilities, or any other relevant information that needs to be considered when assigning vehicles to a job.
_resource_idNUMBER(38,0)The identifier of the resource that is constrained to perform the job.
_resource_group_idNUMBER(38,0)The identifier of the resource group that is constrained to perform the job.
_vehicle_idNUMBER(38,0)The identifier of the vehicle that is constrained to perform the job.
_vehicle_group_idNUMBER(38,0)The identifier of the vehicle group that is constrained to perform the job.
_job_idNUMBER(38,0)The identifier of the job that the job constraint is associated with.
_last_sync_atTIMESTAMP_TZ(9)The timestamp with time zone offset of when the job constraint record was last refreshed.