• User defined script in AP invoice Data Entry is not working returning the Job Cost variables...

    I am trying to warn the user with a message when entering an A/P invoice and selecting a Job that is no longer active. Since there is no Active/Inactive jobs in J/C ,module, the customer is using the Sort field for this purpose. For jobs that are active…
  • 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…
  • 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…
  • VB/.Net (BOI syntax) to VBScript (UDS) syntax for calling Custom Report

    Hi everyone, I see many examples of processing a report in BOI, like this one . But all of them are VB/.NET or C#. Could someone please help me translate the syntax to UDS work with Events like Column_PostValidate? Below is Bret's example of Previewing…
  • 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 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…
  • 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…