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
Announcements
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.
Almas Mahfooz
3
User Group Leader