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