Restricting the quantity entered for certain parts

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?

Thanks

2 Likes

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.

1 Like

Some ideas here:

You have to do this with a customization. We have UD field on Part Entry for it and then a BPM that checks that field.