• 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…
  • Need support for quarterly and year end closings. Sage 100 with Job Cost

    We are network cabling contractors using Sage 100 with Job Cost and lost our Sage 100 support person. We have a CPA, but need someone for quarterly/year end closings. Located in Orange County, CA near John Wayne Airport. Any referrals would be appreciated…
  • How to run two scripts after VI job across each invoice in batch?

    I have a VI Job that imports sales order invoices into a batch. I have scripting that does some zip code validations and then uses scripting to interact with 3rd party integration buttons that are installed (Vertex tax software). The scripts work perfectly…
  • Random Error on oBusObj.GetValue in Customer Maintenance

    Hi Experts, I wrote a very simple script that pulls information from a field in Customer Maintenance (at the Table Load event) and then performs some logic. That script runs usually fine. But some users randomly get the following error 88 - Object doesn…
  • Running a script when a field changes

    I have a UDF that tracks the sum of the Quantity Shipped, I would like to reset the picking sheet print flags when this field changes... My current script is: sPPS = "Y" sPSP = "N" retval = obusobj.setvalue("PrintPickingSheets$",sPPS) retval = obusobj…