• How to run two scripts after VI job across each invoice in batch?

    I have a VI Job that imports sales order invoices into a batch. I have scripting that does some zip code validations and then uses scripting to interact with 3rd party integration buttons that are installed (Vertex tax software). The scripts work perfectly…
  • How to run bat file followed by VI job and Sage Tasks from a single command

    I need to run all the following in sequence 1 Run MS Access Macro - I have a bat file that does this nicely 2 Import data into 'Production Entry'- I have a VI Import job that works 3 Launch 'Production Register Update' panel - I see this can be…
  • VI perform logic and SQL Script

    We are using Sage 100 Advanced v2017 and have created a new VI job to import AP Invoices from DocLink SQL tables. We have a SQL script that we can run manually on the server to update the Doc link SQL tables. However, when we run it under the perform…
  • Visual Integrator Perform Logic not working

    I have a current project that is automating the import of invoices into AP _InvoiceHeader for 15 different companies within MAS90. I use a Batch file to launch the VI Job and perform logic to launch a command script to archive the .csv file upon completion…
  • Does anyone know how to launch the Sales Order UI after importing a sales order with VI?

    We use VI quite extensively and it works great. We use it to import many of our orders. After the VI jobs run, we open the sales order entry screen and enter the sales order number to do final editing and to print/email. Does anyone know how to add…
  • Problem running a perform logic file or .bat file during vi job

    Hell, In the import job maintenance area, I am trying to use the "perform path" to run a .pl script or a .bat script after my vi job runs i am doing a simple test just to get it working.. test.bat is the filename copy test.txt test2.txt when…