• BOI - Printing of Purchase Orders - Unattended

    Experts, I have a script that prints Purchase Orders to PDF through BOI. The script works fine when I manually run it. If I run it unattended through Windows Task Scheduler, it doesn't print the PDFs. My logfiles show that all the return values are…
  • Error Attempting to Open Crystal Reports via Script.

    Hello, I'm working on a project where I need to pass a parameter to and open a custom crystal report. I have done a lot of searching, and understand that it is possible, but I can't even open crystal let alone pass parameters. I keep receiving the…
  • Trying to Schedule VBScript that prints Sales Orders

    We are on Sage 100 Advanced v2017 and I have a VBScript that prints Sales Orders using the SO_SalesOrderPrinting_UI object. Does anyone know if this object requires an active Windows session in order to run? The script runs perfectly when I run it…
  • Enter IM Transaction Entry with BOI

    Is it possible to enter an Inventory Transaction Entry using the Business Object Interface on MAS200 V4.50.03? What we would like to do is to have it read in a long list of Inventory Items from an Excel Spreadsheet, that are to be transferred from our…
  • Button Launch A Custom Report and Pass a parameter

    I have been searching the BOI forum for the keys to making a button launch a custom report (label) and pass in the bill production number. I have not found a good resolution that appears to work yet so I was wondering if anyone has been able to accomplish…
  • Does this SCRIPT work on your Sage 100 Version?

    Hi guys, So I have run into a bug in Sage 100 that affects printing using the BOI. The problems seem to affect versions 5.00.5.0 and later. Prior to that version, the problems don't seem to exist. The script below prints an SO Invoice. You'll need…
  • "The Module Code is Required" IM_PhysicalCountWrkst_rpt nSetKey()

    I'm trying to script against IM_PhysicalCountWrkst_rpt but keep getting "The Module Code is Required" when calling nSetKey(). Script sample is below. We are running 5.10.4.0. Anyone have any suggestions on what to try? Const HKEY_CURRENT_USER = &H80000001…