When a rep creates an order, the app will control that he can only order quantities in line with the minimum and maximum unit quantity entered by the Sales Manager and defined on the Pricelist level.
Sales Manager enters the min and max over:
-
Web Import of pricelist
- API import
1. Showing the list of products on Pricelist for which we want to add MIN & MAX quantities
2. Populate the exported file with the MIN and MAX quantities. There are four different options for how it can be done:
-
populate both MIN and MAX
-
populate only MIN
-
populate only MAX
-
not populate MIN and MAX - MIN and MAX are anyway optional
3. Import the populated file
4. After the imported Min and Max quantity, you can export the pricelist to check if the imported changes were saved.