Can we restrict the quantity entered for certain parts on sales order entry?
Is there an existing field in part table or other table which restricts/notifies user if the quantity entered on SO entry is below the minimum quantity for that order?
Or is this a customization?
I imagine this would need to be solved through a BPM. Where it would look to Min Lot Size (or a new UD Field to hold this value) and throw an error when Order Qty < Min Lot Size.