Table of Contents

R21135-2-1 Work Report Resources - Interval Can Not Be Less Then Usage Hours

Code R21135-2-1
Entity Projects.WorkReportResources Entity
Name IntervalCanNotBeLessThenUsageHours
Attribute TotalResourceUsageHours
Layer Back-End
Events Commit
Modify NO
Action

Validate that:

  • WorkReportResource.ActualEndTime is not null AND
  • WorkReportResource.ActualStartTime is not null AND
  • (ActualEndTime- ActualStartTime).TotalHours > TotalResourceUsageHours
Description Validates that the time between Actual Start Time and Actual End Time
are more than the Total Resource Usage Hours.
Message The 'Total Resource Usage Hours' should be less than the difference between
'Actual End Time ' and 'Actual Start Time'
Introduced In Version 2015
Revocable NO

* For more information about the Business Rules Documentation Template and a short explanation of each column, see topic System Business Rules.