Post

2 followers Follow
0
Avatar

Over booking check on Time Reporting Compliance App

We are using the Time Reporting Compliance tool for monitoring time reporting, but we have identified that while the tool is excellent at identifying users who have not yet submitted sufficient hours, there is no facility to identify users who have (intended or accidently) submitted significantly more hours than expected.

We would like to see some additional functionality that allows us to set a second threshold, which should a user submit more hours than the upper threshold, they would be included in an additional list for verification of hours submitted.

Regards,
Phil 

Phil Smith Not planned

Please sign in to leave a comment.

2 comments

0
Avatar

There is an if statement in the workflow rule Not Enough Hours Notification:

totalUnsubmitted = 0 && totaltimesheets < $ReportedBy.C_ContractHours

 

Change it to:

 

( totalUnsubmitted = 0 && totaltimesheets < $ReportedBy.C_ContractHours)  ||  (totalUnsubmitted = 0 && totaltimesheets > $ReportedBy.C_ContractHours)

Bryan Mumma 0 votes
Comment actions Permalink
0
Avatar

Bryan,

Thanks, but I was actually suggesting that this should be an additional section within the view, with all the full functionality such as emailing those users.

Phil Smith 0 votes
Comment actions Permalink