Hello all.
Is there a native feature to set MINIMUM QUANTITY of an item on a purchase order?
The following field on the item record only applies to sales orders (internal and webstore)
minimumquantity
Thank you.
s
Sandii
05/05/2021, 10:57 PM
Are you referring like an MOQ for the part? As far as I know, MOQ does not natively exist for your purchases.
s
Sam-I-Am
05/05/2021, 11:14 PM
you can use a workflow to set that condition for qty field in line level
a
Aria Ghahari
05/06/2021, 2:45 AM
@Sandii Yes. The native functionality on the item applies to sales orders only.
@Sam-I-Am I will recreate MOQ for purchases on item and use a workflow to set the restriction. . . Was hoping to avoid customization>
Thank you both.
s
Sam-I-Am
05/06/2021, 5:32 AM
Try throwing an error message if the Qty field is below your limit
a
Aria Ghahari
05/06/2021, 2:04 PM
Yea, line work with workflows has always been tricky. Hope it works.