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.
Finding "Pending Approval" Sales Orders where items are 100% available.
I'd like to write a saved search that shows sales orders that have a status of pending approval, but that can ship complete based on there being enough Quantity Available of every item.
I wrote a search that can show me each line individually by adding the following search criteria:
formula (numeric) {item.quantityavailable} - {quantity} greater than or equal to 0
What would be better is if we could only show the mainline of orders where every item meets this criteria.