• 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…
  • Paperless Office Email from AR Invoice History Printing Report through BOI

    Experts, I have an issue with automating invoice emails through Paperless from the AR Invoice History Printing report. The code below works fine in my test environment but fails (without an error) in the target environment. My test environment is…
  • UDF on AR Invoice Histrory will not print on invoice Document.

    Having added a UDF to the AR Invoice history Called Enhatch order Id. When trying to print a copy of an invoice from this record the UDF does not print and it has been added to the form. Any ideas as to what link I am missing? To see the invoice printout…
  • 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…
  • Invalid or missing posting date encountered on Bill of Materials transaction update

    Hi, I've been working on automatic registration of transactions for Bill of materials. but I've been encoutering this issue for a couple of days now. its been throwing me an error that says "Invalid or missing posting date encountered" I opted…
  • 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…
  • Changing Paperless office Output for Sales Orders

    Hello, I am having some issues with making a script to change the output setting for paperless office inside of sales order printing. I have some code below that I found searching the forum. The way it is now I do not get an error message and nothing…
  • 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…
  • 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…
  • Script to Export SO

    I'm working on a button script ("Execute on Server" selected, MAS 200) that will export a PDF of a Sales Order to a specific location without prompting the user. I'm running into some strange issues and was hoping someone has seen some of these things…
  • BOI Printing is broken with Sage 100 2018

    Hi, Sage 100 BOI printing seems to not be functioning anymore when users upgraded to Sage 100 - 2018. Sage BOI returns the following error as a result of an oPRINT.nProcessReport call: Unable to print SO_Invoice1.rpt. Unable to cast COM object of…
  • 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…
  • BOI Sales Order Printing Issue

    I have looked at the threads on printing Sales Orders with the BOI, but am not having any success replicating what I found. I am getting the error "Data not selected for report printing." Can anyone look at this and tell me what might be happening…
  • 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…