There is field level validation in Timesheet entry that will give an error if a value greater than 24 is entered. "Value is not in correct format"
Comment actions
There should be standard functionality that prevents users from entering more than 24hrs in a day for a time sheet
Please sign in to leave a comment.
There is field level validation in Timesheet entry that will give an error if a value greater than 24 is entered. "Value is not in correct format"
you can add in a validation rule here is mine for help (GetSumOfTimesheetReportHoursForGivenPeriod($reportedby, $ReportedDate,$ReportedDate) + $duration )> hours(24)
But agreed should be standard out the box