Reputation: 13
We are trying to automate the Inventory Adjustment whenever the Inventory OnHand hits 0 or less than 0. How can we implement this with in the Netsuite.
Upvotes: 0
Views: 574
Reputation: 924
You could set a user event on aftersubmit on the sales order record. Whenever the stock goes below on order, create the IA.
Upvotes: 1