NetSuite User Note saved search gives duplicate results

The name of the pictureThe name of the pictureThe name of the pictureClash Royale CLAN TAG#URR8PPP



NetSuite User Note saved search gives duplicate results



I'm searching over user notes with no criteria. When I only included a few basic results columns (Date, Author, Title, Memo, Internal Id), there were 86 results.



Then I added another results column, a Formula (Numeric) field with the following formula: 'Sales Order #'||transaction.transactionnumber||''



Now when I run the search, there are 6 results, and they are all identical.



Search results



Why are the duplicates showing up? I am aware that user notes show up on different records (Sales Order, Customer Record, etc). Could this be why?



I would like to be able to filter out those duplicates. Any help would be appreciated!




1 Answer
1



You're getting duplicates because you are joining to a Transaction, and in NetSuite Searches, Transactions display one result per sublist line.



You'll want to add a transaction.mainline filter as well to only show body-level results for the Transaction.


transaction.mainline



Here's a video explaining the details: https://www.youtube.com/watch?v=msNttISYovo






By clicking "Post Your Answer", you acknowledge that you have read our updated terms of service, privacy policy and cookie policy, and that your continued use of the website is subject to these policies.

Popular posts from this blog

Firebase Auth - with Email and Password - Check user already registered

Dynamically update html content plain JS

How to determine optimal route across keyboard