Is there a way to change employee numbers in a VI job based on SSN?

SUGGESTED

We have a significant number of seasonal employees that we have each year. It used to be that Sage would delete terminated employees during the year end process, but that is no longer the case because of this. We're getting ready to import the seasonal employees for this year and if we used or normal import jobs from last year, Sage will have two employees with the same SSN--one is terminated from last year and the other is the newly created employee. We think this could cause some problems and that the cleanest approach would be to reactivate the employees that are the same SSN from the previous year. I think ideally we could run a VI job that will change employee numbers (and departments) and make the employee active, and then we could continue with our other import jobs that are based on employee number.

So, I'm wondering if there is a way do this? My thought is to create a VI job that will read in a file that has the following: SSN, New Dept #, New Empl #. The import job would need to match based on SSN and not the old employee number. I'm not sure how to do that. Am I going at this the right way, or is there an easier/better way to handle this?

Thanks!

  • 0
    Sorta. I think what you may have the best luck doing is exporting out your full employee list from Sage. Run a query to match up only those who are returning. Then re-import the employee number of only those returning (you'd have to use their existing #) and flag them as active during the VI job.

    I don't think there's an easy way to renumber the existing employees in the scenario you describe. At least not one that I've performed before.
  • 0 in reply to Wayne Schulz
    Wayne, thanks for responding. Would it be possible to use the "Select" tab of the import job maintenance and enter some special function/command in the "Selection Value" field that could do this?
  • 0 in reply to twc
    Trying to do a VI job and hit up everything that might need to be changed in all tables could be asking for trouble if you miss anything.


    You realize you can change employee numbers from employee maintenance? Renumber button at the right.

    Of course if you have a large number then it might take a while.
  • 0 in reply to TomTarget
    SUGGESTED
    Thanks, Tom. Yeah, we know we can re-number each employee manually, but we were hoping that we didn't had to do that since it could be time consuming and error prone for a large number of people. I guess we'll either have to do that or weigh whether we could have duplicate employees with the same SSN. Thanks for your input.