Hello all, some of our order entry team have been having this error pop up when entering lines. Entering part, then quantity, they have this error pop up.
They say that they have not noticed any particular pattern for what causes this error, and in my own attempts to track it down I have not noticed a pattern either. I haven’t been able to find any other discussion of this error on this forum. Does anyone have any experience with it and/or know what is causing it or how to prevent it?
There is one that changes the need by date, but it goes on every order and the error only pops up intermittently. And while I wouldn’t swear to it, I think it was occurring before we enabled that BPM.
The Details for the error will be more helpful, but It is likely set as a Required Field in Extended Properties if it isn’t a BPM. You will want to check for both OrderDtl and OrderRel.
So it’s the OrderRel table. What is the difference between orders that do and do not get this error? Is it quotes pulled into an order? Is this user or part number specific? etc
Unfortunately we haven’t able to find any discernible pattern yet. I’ve asked our order entry team to try and identify a pattern for when they see it coming up, but as far as they can tell it seems random.
I checked the extended properties and the OurReqQty is not marked as required in the OrderRel table. If it’s base epicor logic is there anything that can be done about it?
You will unfortunately have to find what is causing the error and correct it.
Have you verified that the OrderRel table does not have a Data Directive and the SalesOrder.Update and SalesOrder.MasterUpdate do not have a Method Directive that is causing this?
@Jamie_B Hello Jamie, I don’t see this topic solved yet. Have you gained any further insights?
Our sales team is getting the same error. We are now on 10.2.600, but also got the error on 10.2.400.
I also find it difficult to find the pattern. I tested with make to stock, make to order, purchased parts, in different sites and in different companies. I tested several ways of adding a new release, for example 1) add line with quantity, save, add a new release, 2) add line with quantity, no save, add new release, 3) add line without quantity, add new release. And also in these different methods sometimes I got the error and sometimes I didn’t.
Then I realized I only get the errors on a new order on the first line. I was wondering whether this is also the case at your company? No solution yet, but perhaps it might get us a bit closer to finding one.
Kind Regards,
Saskia
Hello Jonathan, I tested with the same customer, part, date etc. At first it seemed like only one gets the error, but then I realized it’s dependent on the linenumber. So when I do two orders exactly the same way I also get the same error, when it concerns the first line. WHen I add new releases on line 2, 3 andsoforth then I don’t get the error on neither order.
The error itself is a logical/standard E10 message. When you add a new release and try to save it without a quantity it will come up with this message. That’s regular behavior. Only in our system the message already comes up the moment we add the new release and without a chance of saving or entering a quantity.
Yesterday after my post I looked at it with our ERP-consultant.He enabled trace logging and saw that somehow the save-function was already triggered the moment we add the new release on the first line. I don’t have the error details myself. I asked him to test in his own clean environment (because of the method and data directives we have in our system), and he couldn’t replicate. So it must be a flaw in one of our method or data directives. So I will disable them one by one to identify which one is causing this error and have our developer look into it.