Sage 100

 View Only
  • 1.  Client using VI payroll import which works fine ex

    Posted 07-06-2016 10:47
    Client using VI payroll import which works fine except that the VI routine brings in terminated employees. Tried to set a conditional based on employee status on the employee number field (since status is not available on select tab) but then all employees fail. Any ideas?


  • 2.  RE: Client using VI payroll import which works fine ex

    Posted 07-06-2016 10:55
    What version, and what data file are you importing into?


  • 3.  RE: Client using VI payroll import which works fine ex

    Posted 07-06-2016 11:03
    Sage2016 pr.dataent


  • 4.  RE: Client using VI payroll import which works fine ex

    Posted 07-06-2016 11:08
    I think you need to create a temp variable and use ""File Assign"" to populate it with a status or perhaps the termination date field from PREMP. then set your conditional based on the value in that temp01$ make sure you assign that temp field AFTER you assign the employee number/division


  • 5.  RE: Client using VI payroll import which works fine ex

    Posted 07-06-2016 11:14
      |   view attached
    here is how I would setup that temp variable (make it type string)


  • 6.  RE: Client using VI payroll import which works fine ex

    Posted 07-06-2016 12:42
    Thanks! It worked. I appreciate the help.