Sage 100

 View Only
  • 1.  Does anyone know if the following is possible with

    Posted 09-25-2014 16:29
    Does anyone know if the following is possible with V/I? The client needs to import payroll data entry records. The source file doesn't have an Earnings Code, but it has other values that translate to earnings codes. For instance, when the record has a ""200"", the earnings code should be ""M1""; a ""650"" is earnings code ""SA""; a ""1"" is earnings code ""01"". I thought I could use a temp field to point to that column, and then have the Earnings Code field be a calculation using the Temp field and some kind of condition, or an if/then formula. Nothing I'm trying is working.


  • 2.  RE: Does anyone know if the following is possible with

    Posted 09-25-2014 16:33
    Have you tried: Temp field for that column, followed by MULTIPLE lines ASSIGNING the Earnings Codes based on the value of the Temp field.


  • 3.  RE: Does anyone know if the following is possible with

    Posted 09-25-2014 16:45
    Beth, that just might do the trick. My syntax isn't erroring out. Thanks!


  • 4.  RE: Does anyone know if the following is possible with

    Posted 09-25-2014 19:38
    Make an access database with a translation table and have the VI job read a table that does all the translations you need.


  • 5.  RE: Does anyone know if the following is possible with

    Posted 09-26-2014 06:48
    if there are only a few I would use Beth's method and add the earnings code (assigned) 3 times, and each one would have a condition reading from the temp field


  • 6.  RE: Does anyone know if the following is possible with

    Posted 09-26-2014 09:56
    On companies with a lot of employees, we go with the Access translation tables. Otherwise, the file assign works very well.