Sage 100

 View Only
  • 1.  Using VI to import a new Purchase Order. If runni

    Posted 03-03-2014 09:52
    Using VI to import a new Purchase Order. If running the job through VI, the PO Date imports correctly as today's date without putting any date field in the import file. If we call the VI Job through a batch file, the date imports as 11/25/2013. Any ideas?


  • 2.  RE: Using VI to import a new Purchase Order. If runni

    Posted 03-03-2014 10:05
    Is Prompt for Accounting Date selected in Company Maintenance?


  • 3.  RE: Using VI to import a new Purchase Order. If runni

    Posted 03-03-2014 10:24
    That's interesting, it's probably picking up the date from a file somewhere when you're in VI. It's probably, just easier to default the date in the import job. I think a calculation of DTE(0) should work.


  • 4.  RE: Using VI to import a new Purchase Order. If runni

    Posted 03-03-2014 10:45
    Looks like the issue is something hung up with the user code. Created a new user code, assigned in the batch file and the date imports properly. Thanks for the input.