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.
Now is the time to ask your NetSuite-savvy friends and colleagues to join the NetSuite Support Community! Refer now! Click here to watch and learn more!
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