RE: Alert on item fulfillment when not all items are fulfilled
Just wondering if there some way can have an alert when saving an item fulfillment if not all the items on the sales order are committed/being fulfilled? Glad of any suggestions how to achieve this.
Applies To
Product: NetSuite 2020.1
Scenario
Create a Saved Search for the list of Closed Sales Order with Unfulfilled Items.
Solution
1. Navigate to Reports > Save Search > All Saved Searches > New > select Transaction
2. Name the Saved Search
3. On the Criteria tab, add the following filters:
- Type is Sales Order
- Status is Sales Order: Closed
- Main Line is False
- Quantity is greater than 0
- Formula (Numeric) is 1; CASE WHEN {quantity} – {quantityshiprecv} <> 0 THEN 1 END
4. On the Results tab, add fields that you want to include in the saved search results5. Click Save & Run