Looking at Job Code history - any suggestions?

Sort:
You are not authorized to post a reply.
Author
Messages
jph826
Advanced Member
Posts: 28
Advanced Member

    I'm looking for some advise please. I need to write a Crystal Report that will identify what an employee's job code was on their hire date. For example, an employee is an RN III today, but when they were hired 5 years ago, they were hired as an RN I. In other words, a listing of all employees, showing their hire date and the original job they hired into. HR10 does show job code logging to history. I would appreciate any recommendations. I'm also willing to use Lawson Add-ins if that would work better. Thanks everyone.

    Jamela
    Basic Member
    Posts: 9
    Basic Member
      Try PA13.2 or the PAEMPPOS
      PattyG
      Advanced Member
      Posts: 22
      Advanced Member

        I use Access to pull reports for this.  I link the Employee table and PAEMPPOS tables and you can do the min  and max function on the effective date to get the employees first position and current position.

        Sam Simpson
        Veteran Member
        Posts: 239
        Veteran Member
          I wrote a cobol program (Pay History Report) using EMPLOYEE, PAEMPPOS and HRHISTORY.
          These are the main tables to use but there could be more (it's been a long time).
          You are not authorized to post a reply.