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!
Search for customers with notes
I'm trying to create a customer search that will display a label for the records that include user notes. I am using this formula:
NVL2({usernotes.internalid}, 'See notes', '')
The problem is that, if the customer has 4 user notes, the search returns 4 results for that customer. I just want 1 result if they have notes, no matter the count.
I want to avoid using a summary search. Does anyone know if this is possible? Thanks.
0