• Changing Naming convention on save Paperless Office form PDFs

    Is it possible to modify the naming convention used by paperless office when storing forms? I have a customer who wants to add a UDF to track Revision Number on Sales Orders and Purchase Orders, and would like the Revision Number to be part of the PDF…
  • Print Sales Order with Button Script - Not Working for SO on Hold

    Scripting Experts, I am working on a SO Print Script that works fine for regular Sales Orders. But when I try to print a SO that is on hold, I get the following error message. Does anyone know if I have to (and how I would do it) set the Print Orders…
  • script on SO Invoice Qty shipped after "Ship Complete"

    running Sage 2018 sp3. I have this script running on quantity shipped in SO Invoice Data Entry. tmpQtyShip=0 tmpGrWt=0 retVal = oBusObj.GetValue("QuantityShiped", tmpQtyShip) retVal = oBusObj.GetValue("UDF_GROSS_WEIGHT", tmpGrWt) retVal = oBusObj…
  • Problem with filepath in script

    I'm trying to pass a filepath in a button script (MAS 200 "Execute on Server"). I can't get the variable to take the literal string that I assign. Here's what I mean: sample script: sAttach = "\\fileserver\folder\file.pdf" retVal = oSession.AsObject…
  • Script to Auto Create Packages in Shipping Data entry

    Hi all, it's been a while since I've been here and even longer since I've done any scripts... I need to write a script that will auto-Generate shipping packages based on business rules. does anyone have a simple script that they are willing to share…