Sage 100

 View Only
  • 1.  Importing GL journals - can you use one file with

    Posted 11-12-2018 14:07
    Importing GL journals - can you use one file with multiple company codes or best to break it up into separate files?


  • 2.  RE: Importing GL journals - can you use one file with

    Posted 11-12-2018 14:13
    Can you do a conditional from a temp file? Doesn't hurt to try. Are the rows in order? Are you auto numbering the JE's. I would worry that the JE number changes and the journal is not in balance because of a straggling line.


  • 3.  RE: Importing GL journals - can you use one file with

    Posted 11-12-2018 14:27
    Make temp one a file assign where user keys in company code. Have the company code in the import file import as temp 2? Condition the account # based on the comparison between temp 1 and temp 2? Just a thought.


  • 4.  RE: Importing GL journals - can you use one file with

    Posted 11-13-2018 14:57
    Agree, we just have a conditional statement based on the field that holds the company code and compare either a runtime value or hard-coded value.


  • 5.  RE: Importing GL journals - can you use one file with

    Posted 11-13-2018 15:19
    Good ideas, thank you.