Is there a table or file that contains the list of people who work under a supervisor in Lawson? I'm trying to use PF to send a list of people working under a supervisor. Thanks! Merry Christmas
I went back and looked up some of my notes on this, and how I implemented it for one client was to use a recursive SQL procedure that, given an employee number, would report all employees who worked for that employee, down each level of the supervisor hierarchy:
Thanks for the tip, i ended up doing something similar to get the results.