In an order we are wanting to add a release, one for 1500 and the other for 1000 instead of line one release one being 2500. Except when we try to change it, we get:
Business Layer Exception
Quantity of this release cannot be decreased below the Reserved or Allocated quantity.
Exception caught in: Epicor.ServiceModel
Error Detail
============
Correlation ID: 0d49a8d7-576e-473f-820f-3f8a8c480371
Description: Quantity of this release cannot be decreased below the Reserved or Allocated quantity.
Program: Erp.Services.BO.SalesOrder.dll
Method: OrderRelBeforeUpdate
Line Number: 25814
Column Number: 21
Table: OrderRel
Field: OurReqQty
Client Stack Trace
==================
at Epicor.ServiceModel.Channels.ImplBase`1.ShouldRethrowNonRetryableException(Exception ex, DataSet[] dataSets)
at Erp.Proxy.BO.SalesOrderImpl.MasterUpdate(Boolean lCheckForOrderChangedMsg, Boolean lcheckForResponse, String cTableName, Int32 iCustNum, Int32 iOrderNum, Boolean lweLicensed, Boolean& lContinue, String& cResponseMsg, String& cCreditShipAction, String& cDisplayMsg, String& cCompliantMsg, String& cResponseMsgOrdRel, String& cAgingMessage, SalesOrderDataSet ds)
at Erp.Adapters.SalesOrderAdapter.MasterUpdate(Boolean lCheckForOrderChangedMsg, Boolean lcheckForResponse, String cTableName, Int32 iCustNum, Int32 iOrderNum, Boolean lweLicensed, Boolean& lContinue, String& cResponseMsg, String& cCreditShipAction, String& cDisplayMsg, String& cCompliantMsg, String& cResponseMsgOrdRel, String& cAgingMessage)
at Erp.UI.App.SalesOrderEntry.Transaction.Update()