Hello,
Recently, our users typed qty=0 lines on invoice (which should have qty). So we less charged our customers due to human error.
I know we can probably put codes like below in customization to prevent this mistake.
cache.RaiseExceptionHandling<ARTran.baseQty>(aRTran,
aRTran.BaseQty, new PXSetPropertyException("Qty can not be 0.", PXErrorLevel.Error));
I am just wondering if there is a way to prevent qty=0 line on Invoice entry without coding.