Sage 100

 View Only
  • 1.  V/I Job to Import Journal Entries

    Posted 07-18-2019 20:14
    I've created a V/I job to import journal entries and it works with one exception. The customer would like it to assign the next ENTRY NO. It does that too, but it give me one entry per GL line. Is there a way to get it to change the entry number when the Posting Date field changes?

    ------------------------------
    Karen O'Lane
    Accounting Systems, Inc. (ASI)
    ------------------------------


  • 2.  RE: V/I Job to Import Journal Entries

    Posted 07-18-2019 20:48
    This can sometimes be tricky.  Can you post a Data Tab Screenshot and a few lines of your source file?  Sometimes it has to do with RunTime Assigns vs Replace on the key header fields.

    ------------------------------
    Nancy Hanson
    Blytheco LLC
    Eagan MN
    ------------------------------



  • 3.  RE: V/I Job to Import Journal Entries

    Posted 07-21-2019 17:21
    Edited by Chris St. Amand 07-21-2019 17:21
    You can use the posting date as the entry number If you only have one entry per date, using format MMDDYY or YYMMDD.  One issue that comes up is when the import dates are not consistently 2 digit months and two digit days (i.e. 9 for September instead of 09).  In that case, there are about 8 conditions that you would have to allow for.  If you have a standard mm/dd/yy date format in your source data, you can bring in the date field as a Temp variable (Temp001 for example).  The calculation would be:
    Mid(Temp001$,1,2) + Mid(Temp001$,4,2) + Mid(Temp001$,7,2)

    ------------------------------
    Chris St. Amand
    Arizona Accounting & Information Systems
    ------------------------------



  • 4.  RE: V/I Job to Import Journal Entries

    Posted 07-21-2019 17:31
    Doesn't using Next and pointing to the date field work?  (Seems to me like sometimes I get that to work and sometimes not)

    ------------------------------
    Beth Bowers
    Mom to Samson, Peanut, ChiChi, Canton, Cagney and Daisy (NO Oxford comma - shriek!)
    Beth Bowers
    269-445-1625
    ------------------------------



  • 5.  RE: V/I Job to Import Journal Entries

    Posted 07-21-2019 18:45
    Thanks to all of you who responded. One of my internal teammates, Phil Whirley, immediately deduced my error as he had direct access to the job. I'm sorry that I didn't attach it to begin with. The customer's source file has a comment that I populated into the header comment field without realizing that their comment is slightly different on each row. The different data on the header caused the job to advance EntryNo, which is set to Next.

    By the way, before posting this request, I was on the phone with Sage support for an HOUR listening to the tech hem and haw and wonder and surmise and theorize and hypothesize to the point that I wanted to stab my eardrums.

    ------------------------------
    Karen O'Lane
    Accounting Systems, Inc. (ASI)
    ------------------------------



  • 6.  RE: V/I Job to Import Journal Entries

    Posted 07-21-2019 21:21
    Yep, Only from the school of hard knocks, header comments must be exactly the same on each line.........

    ------------------------------
    Jeff Schwenk
    FORMER 90M Board Member
    Bottomline Software, Inc.
    Waynesboro VA
    540-221-4444
    ------------------------------



  • 7.  RE: V/I Job to Import Journal Entries

    Posted 10-15-2021 10:46
    I have a customer on v2021 where I tried to get the NEXT function to work with Entry No and it didn't seem to work. I pointed it at the entry date and still wound up with a different entry number per line. 

    I wonder if this is working still or if prompting for the entry number at run time is the workaround?

    ------------------------------
    Wayne Schulz
    Schulz Consulting
    860-516-8990
    ------------------------------