Sorry, but there are no more tags available to filter with.
  • 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…