Sage 100

 View Only
  • 1.  A client with a 5-5 G/L Account Structure (2 segme

    Posted 02-06-2016 00:52
    A client with a 5-5 G/L Account Structure (2 segments with 5 digits each) recently upgraded to 2015 SQL from 4.30 Advanced. They have tons of VI import job that were converted. Among these are A/P Manual Check Entry and A/R Cash Receipts jobs both of which have G/L Distributions. They tested the imports in 2015 and it fails only on some G/L dist records and specifically with ""The G/L Account is required"". Upon closer look at source file, only the lines with a full 10-digit account number are failing. However these are all valid as seen in GL_Account table. Now where it passes, the Account Number happens to be same as the Account Key. So it appears the import is expecting the Account Key not the Account Number but they tell me it worked just fine in 4.30. So is it supposed to work this way in 2015 where it's expecting the Account Key not the Account Number? I can write Perform Logic to lookup the Account Key from the Number but I'd rather approach this procedurally if there is a way.


  • 2.  RE: A client with a 5-5 G/L Account Structure (2 segme

    Posted 02-06-2016 05:20
    This has been an issue for ages (again yesterday) for me. I import the account number as a temp field, then calc the account key from the temp.


  • 3.  RE: A client with a 5-5 G/L Account Structure (2 segme

    Posted 02-06-2016 06:18
    Not sure this is the problem here but if more than 9 characters the field has to be change from 9 to length of 11 (with separator) for the source.


  • 4.  RE: A client with a 5-5 G/L Account Structure (2 segme

    Posted 02-06-2016 06:24
    I am always able to import the actual account number, as long as the Skip Source Data Truncation is checked.


  • 5.  RE: A client with a 5-5 G/L Account Structure (2 segme

    Posted 02-06-2016 13:58
    I have found the best way is to use a calculation and set the calculation to imp$[x] where x is equal to he column. It is the easily way I have found to do it.


  • 6.  RE: A client with a 5-5 G/L Account Structure (2 segme

    Posted 02-06-2016 14:00
    No preform logic or having to check that dreaded skip source data truncation box. I find the skip logic causes all the substring logic not to work.


  • 7.  RE: A client with a 5-5 G/L Account Structure (2 segme

    Posted 02-07-2016 15:07
    Thank you for all the great suggestions!!