Min Order Qty in Purchase Orders

Hi All,

My client has for a specific type of products a min order quantity that can order in one purchase order.

Is there a functionality in Navision that can resolve this?

Hoping for a solution.[:)]

Regards,

Rigersa

Hi,

Check item card ,planning tab.

g.

They are not going to use planning functionality.

Their idea is thatwhen entering the lines in the purchase order and the quantity is less then the min order qty to get a warning that shows them that the min order qty.

If you’re not calculating a plan then you have to create a function on the purchase line table to check if the PuchLine.Quanitiy >= Item.“Minimum Order Quantity”. If not produce an error or message.

You need to do some customizations.