Can’t enter a negative miscellaneous amount

I cant able to enter the negative miscellaneous amount on the sale order in Vantage 8.03.410.

Exception caught in: Epicor.Mfg.BO.SalesOrder

Error Detail

Message: Misc Charge Amount can not be less than zero.
Type: Error
Program: bo/SalesOrder.p
Method: orderMscBeforeUpdate
Table: OrderMsc
Row:
Field: MiscAmt

Stack Trace

at Epicor.Mfg.Proxy.SalesOrderImpl.Update(SalesOrderDataSet ds)
at Epicor.Mfg.UI.Adapters.SalesOrderAdapter.Update()
at Epicor.Mfg.UI.App.SalesOrderEntry.Transaction.Update()

I would say that you need to find another way to achieve your desired result. That is a hard coded message, and they aren’t going to be changing Vantage code now…

1 Like

Try using a discount instead of a Misc Charge.

1 Like