Discussions
Stay up-to-date with the latest news from NetSuite. You’ll be in the know about how to connect with peers and take your business to new heights at our virtual, in-person, on demand events, and much more.
New AI Community Guidelines. Please review and follow them to ensure AI use stays safe, accurate, and compliant.
Keep an eye out for upcoming NetSuite events, including meetups, workshops, and webinars. These sessions are a great way to connect with peers, learn from experts, and stay current on the latest NetSuite updates and best practices. Registration links are provided in each event.
HELP Need to create a saved search for Order Items Pending Fulfillment
Hi,
First time of using this forum so please bear with me.
I am trying to create a saved search that has all Order Items Pending Fulfilment. I currently have this as a report but not as a search. I would like as a search so I can set a schedule on it.
I at the moment am getting all the orders pending fulfilment when are the same quantity as the ordered quantity but not when some have gone to backorder then when back into stock again.
The formula i am using is "case when {quantity}-NVL({quantitycommitted},0)!=0 then 1 else 0 end"
0