Minimum Order Quantity
Hello, we are trying to implement minimum order quantity in order management (through price liste). We followed the doc attached but it doesn't work. At the end we have the following error message when saving the sales order:
"The Minimum Order Quantity extension during the On Start of Submission Request event couldn't be completed. oracle.jbo.NoDefException: JBO-25058: Definition Moq_Custom of type Attribute is not found in HeaderVO_Lines_HeaderVOToLineVO_LineVO.. (DOO-2685874)"
We are attempting to implement a Minimum Order Quantity (MOQ) validation in Order Management as per the Oracle white paper "R13 Minimum Order Quantity Validation" (January 2018). We have followed the white paper instructions exactly, but the extension fails with the error oracle.jbo.NoDefException: JBO-25058: Definition Moq_Custom of type Attribute is not found in HeaderVO_Lines_HeaderVOToLineVO_LineVO (Error Code: DOO-2685874). This indicates that the attribute Moq_Custom is not available in the Order Lines, despite the Service Mapping configuration. We believe the white paper is incomplete or incorrect, as it seems to miss a critical step to make Moq_Custom accessible in the Order Lines