Sage 100

 View Only
  • 1.  Importing into AP Invoice Data Entry: GL Account K

    Posted 05-24-2013 10:03
    Importing into AP Invoice Data Entry: GL Account Key - isn't there a way to import the GL Account number instead of the key?


  • 2.  RE: Importing into AP Invoice Data Entry: GL Account K

    Posted 05-24-2013 10:08
    Yes, it pretty much just works. On the GL Account Key field just point to a column in the source file that has the actual GL number in it and it will import. How long are you GL numbers.


  • 3.  RE: Importing into AP Invoice Data Entry: GL Account K

    Posted 05-24-2013 10:10
    Oh, I didn't know it would work. The account number is 8 characters.


  • 4.  RE: Importing into AP Invoice Data Entry: GL Account K

    Posted 05-24-2013 10:14
    Yep. Give it a try it usually works real well.


  • 5.  RE: Importing into AP Invoice Data Entry: GL Account K

    Posted 05-24-2013 10:32
    Make sure you use the dashes to separate the segments. If the number is longer that 9 digits, there is a check box on the VI header to not truncate source data.


  • 6.  RE: Importing into AP Invoice Data Entry: GL Account K

    Posted 05-24-2013 10:33
    And if it doesn't you can import into a temp and set the GL Account as a calculation.


  • 7.  RE: Importing into AP Invoice Data Entry: GL Account K

    Posted 05-24-2013 10:41
    Or you can set the field to a calculation type (string) and use the variable imp$[x] where x is equal to the column that your data is in import file.


  • 8.  RE: Importing into AP Invoice Data Entry: GL Account K

    Posted 05-24-2013 10:43
    @JimWoodhead that's a good trick. I haven't seen that one yet, thanks.


  • 9.  RE: Importing into AP Invoice Data Entry: GL Account K

    Posted 05-24-2013 11:16
    All imports that I do involving the gl account involve a temp field and then calc the gl account from the temp field.


  • 10.  RE: Importing into AP Invoice Data Entry: GL Account K

    Posted 05-24-2013 13:18
    you don't need a temp field. if it is more than 9 characters you can increase the MAX number of characters in the substring box to match the string size of the account number including dashses. That way your raw data can match the full account number as displayed. if it is less than 9 characters it should work as is.