1. Home
  2. Validation rules
  3. AddHours_05
Learning delivery

AddHours_05

Changes to the latest version will be highlighted

View the validation rules glossary of terms

Name AddHours_05
Version 1
Status Active
Category Learning delivery
Severity Warning
Error message

The Additional delivery hours should not exceed 35 hours in a week

Intent

To ensure that only valid aims have Additional delivery hours recorded against them

Guidance

Ensure that where the Additional hours are greater than 60, then the average number of additional hours per week over the planned duration is not greater than 35

Description

If the Additional delivery hours are greater than 60, then the average number of additional hours per week should not be greater than 35

Detailed error condition
Detailed description

If the Additional delivery hours are greater than 60, then the average number of additional hours per week should not be greater than 35

(error where LearningDelivery.AddHours > 60 and LearningDelivery.AddHours / ( LearningDelivery.LearnPlanEndDate - LearningDelivery.LearnStartDate + 1) / 7)) NOT <= 35)

Flow chart AddHours-05

Open flow chart in a new window

Flow chart details

Flowchart for 'AddHours_05' rule

1. Are Additional delivery hours recorded in the aim record?

  • If 'No' then the rule is not triggered

  • If 'Yes' then:

2. Is the number of Additional delivery hours returned greater than 60?

  • If 'No' then the rule is not triggered

  • If 'Yes' then:

3. Is the average number of additional hours per week greater than 35?

  • If 'Yes' then the rule is triggered

  • If 'No' then the rule is not triggered

Change summary

Version 1

The rule has been rolled over from the previous year

Status summary

Current SLD severity

Warning

Current FIS severity

Warning

Is this rule in FIS?

Yes

Field values

LearningDelivery.LearnStartDate

LearningDelivery.LearnPlanEndDate

LearningDelivery.AddHours

Need help understanding some of these terms?

View the validation rules glossary of terms