• Sales Order Invoice Printing with Batches Enabled

    Has anyone had any luck creating a BOI script to print and update invoices when batches are enabled? I keep getting a message stating that batching can't done in the current task. Here's a snippet of my code: retVal = oSS.nSetProgram(oSS.nLookupTask…
  • nProcessReport returns Nothing

    Hi, I have the code below for automatic registration/update of the inventory register transactions. In the nProcessReport part, my return is always Nothing. I'm encountering same issue on Sage 100 2018 and 2020 oSSRegister.nSetProgram(oSSRegister…
  • Sales Order Printing via BOI in Sage 100

    Hi BOI-Experts, I need some help with a BOI script that I use to print Sales Orders. It works properly in two of my test environments (Sage 100 v2017 Standard, Sage 100 v2018 Advanced). But I am not able to run it in he Sage 100 v2018 Standard target…
  • Scheduling reports to different network locations

    I have a client using Sage 100 v2016. They have multiple report settings for the GL Detail Report that wish print automatically monthly BUT each report setting needs to be saved in a different network location. In total it's probably 150 different reports…
  • Unable to use paperless office from an external BOI script yet the same script will work when launched from a button or table script

    Hi community, running sage 100 advanced version 2015. I've got a puzzling scenario. If i attempt to launch a rpt business object from a button script, i can leverage and send the document to paperless office. Yet if i run the same code formatted…