Discussions
Read on for the latest updates including:
• Agenda Builder launch
• SuiteWorld On Air registration
• New NetSuite Prompt Studio Contest
• And more!
Check out this thread to learn more!
Don’t miss your chance to meet our SuiteGurus—NetSuite Support professionals and subject matter experts with extensive experience in select product areas, including OneWorld, Advanced & Basic Accounting, Supply Chain Management, Receivables & Payables, CRM, Account Administration, and the SuiteCloud Platform. Full Conference attendees can prebook exclusive 30-minute one-on-one sessions for your product questions.
Spots are limited! Register through your Agenda Builder and find SuiteGuru under Agenda Enhancements.
recreating "order items" page as a saved search
I am trying to build a saved search that gives me the contents of the Order Items page, but I am falling short. Here's what I have in my saved search so far:
(Preferred Stock Level is 0 And Formula (Numeric) is greater than 0 {quantitybackordered}-{quantityonorder}) Or
(Preferred Stock Level is greater than or equal to 1 And Formula (Numeric) is greater than 0 {quantitybackordered}-{quantityonorder}+ ({preferredstocklevel}-NULLIF({quantityavailable}, 0))) Or
(Preferred Stock Level is empty And Formula (Numeric) is greater than 0 {quantitybackordered}-{quantityonorder})
I get 2 results for my saved search right now, while the Order Items page has about 150 results. The first item on the Order Items page (which doesn't show for my search) has a back ordered quantity of 1, an on order quantity of 0, and a preferred stock level of 0. I can't figure out for the life of me why the first clause of my saved search does not cause it to appear. I've also tried adding NULLIF to every field in the search, but that didn't seem to make a difference. What am I missing here?