Sage 100

 View Only
  • 1.  I need to import data from the same source file in

    Posted 01-13-2017 08:44
    I need to import data from the same source file into 25 companies. One of the columns contains the companyID. Anyway to do this in VI without having to change companies before running the import?


  • 2.  RE: I need to import data from the same source file in

    Posted 01-13-2017 09:05
    Perhaps create a batch file with 25 lines, changing the Company code for each line - issue a pause statement between executions to allow time for the import to complete. ..\MAS90\Home\Pvxwin32.exe ..\launcher\sota.Ini ..\SOA\Startup.M4P -ARG DIRECT (UI State) (User Logon) (Password) (CompanyCode) (Program Name) (Program Argument)


  • 3.  RE: I need to import data from the same source file in

    Posted 01-13-2017 09:26
    There are a couple of sample batch files in this post you may be able to use. https://90minds-com.socialcast.com/messages/32513393?ref=stream


  • 4.  RE: I need to import data from the same source file in

    Posted 01-15-2017 12:46
    This may help https://90minds-com.socialcast.com/messages/5525265.


  • 5.  RE: I need to import data from the same source file in

    Posted 01-15-2017 21:46
    Thanks guys! I've got plans to set this up tomorrow.