• 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…