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!
Search for lack of child records
Hi -
Is there any way to search for the lack of specific child records - for example, a list of all customers w/o tasks?
I can search for all customers with tasks by using a join and searching to see if a manditory field is set - however there doesn't seem to be any way to reverse that. Using an expression search with "Not" does not function as expected (which would be to show all results which don't fit that criteria - ie, subtracting that set from the overall set), but instead returns "no results".
Further testing indicates that "not" is not do a true boolean search, but instead is taking the shortcut of simply negating the specified criteria.