ForceFixJob.Options.Objections
Property | Type | Description | Field Mapping: ServiceScheduling |
---|---|---|---|
AllowShuffle | boolean | Allow the scheduler to shuffle other items to fit this item in. (0x100000) | options.AllowShuffle |
IgnAll | boolean | All the overrides are applied. | options.IgnAll |
IgnOverlapJobs | boolean | If new position for the job overlaps existing jobs, this will be ignored. (0x4000) | options.IgnOverlapJobs |
IgnOverlapStdActs | boolean | If new position for the job overlaps existing standard activities, this will be ignored. (0x8000) | options.IgnOverlapStdActs |
IgnEmpReqs | boolean | If the job has Mandatory/Preferred employees other than EmpID, or EmpID is one of the excluded employees, this will be ignored. (0x80) | options.IgnEmpReqs |
IgnLK | boolean | If EmpID does not have any local knowledge for the region of the job, this will be ignored. (0x400) | options.IgnLK |
IgnContract | boolean | If a new position for the job is outside its required contract hours (SLA only), this will be ignored. (0x10000) | options.IgnContract |
IgnSkill | boolean | If EmpID does not have all the required skills, at the required level, for the job, this will be ignored. (0x800) | options.IgnSkill |
IgnStatus | boolean | If the job currently has status other than SPDS_Tentative, this will be ignored. (0x20000) | options.IgnStatus |
IgnSpares | boolean | If the job requires spares that EmpID does not have, this will be ignored (0x40000) | options.IgnSpares |
IgnMaxOvertime | boolean | If the new job position would take EmpID over his defined maximum allowed over time, this will be ignored (0x80000) | options.AllowSIgnMaxOvertimehuffle |
IgnAppointment | boolean | If a new position for the job is outside the period Earliest time to Latest time (appoinments only), this will be ignored (0x200000) | options.AllowIgnAppointmentShuffle |
IgnServiceHours | boolean | If new position for the job is outside the defined Service Hours,including the Grace Period (SLAonly), this will be ignored. (0x400000) | options.IgnServiceHours |
IgnAccessHours | boolean | If new start time (or end time if CallToFix) for the job is outside the defined open Access Hours, or within the defined closed Access Hours(SLA only), this will be ignored (0x800000) | options.IgnAccessHours |
IgnCapacity | boolean | Any capacity constraints on the day in question will be ignored. (0x8) | options.IgnCapacity |
IgnSched | boolean | If EmpID is marked as unschedulable this will be ignored (0x100) | options.IgnSched |
IgnShift | boolean | If EmpID is not on shift at the time of the job this will be ignored. (0x200) | options.IgnShift |