Discussions
Join the NetSuite community to innovate, connect, and discover what’s next.
SuiteWorld brings thousands of innovators, builders, and leaders together to learn, connect, and shape what’s next. This October, explore how to build a stronger foundation for growth through inspiring keynotes, major product reveals, hands-on sessions, and unforgettable moments—all in one place for our biggest event of the year. Register now
Exclude Item from Search if a member of a BOM meets criteria
I am building an item search that returns specific assembly items if their member items meet a certain criteria.
For example, My search is showing me all Assembly items that have a member with a preferred vendor of 'Vendor1'.
My criteria looks a bit like this:
Type: is Assembly items
Member Items:Preferred Vendor: is "Vendor 1"
Now, I would like to exclude any Assembly items that contain a member with a certain phrase in the description.
I have added the "Member Items: Description does not contain "..." criteria, but this does not seem to be working. I believe it is because there are multiple items in each assembly and Netsuite cannot pick out a single item with the description, and apply it to the entire assembly to disregard.