Is there anywhere in GP to get life-to-date hours worked by employee? I know we can print the Employee Wage and Hour report by date range but we'd like to see it in an Inquiry window.
*This post is locked for comments
Is there anywhere in GP to get life-to-date hours worked by employee? I know we can print the Employee Wage and Hour report by date range but we'd like to see it in an Inquiry window.
*This post is locked for comments
Not sure about an inquiry window but if you run this SQL statement SELECT * FROM UPR30301 it will you that information. You might look that table up and only bring back the columns you need as SELECT * is a terrible thing to do I just used it as an example. Then you build a SSRS report for it or SmartList item.
Stay up to date on forum activity by subscribing. You can also customize your in-app and email Notification settings across all subscriptions.
André Arnaud de Cal... 291,269 Super User 2024 Season 2
Martin Dráb 230,198 Most Valuable Professional
nmaenpaa 101,156