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 shows weird duplicate items
Hi,
I am running a search in a Suitelet for a sublist. The search result shows duplicate items for each PO#.
I found that All duplicate items are actually of the item info of each PO. This is obsearved and verified from the amount field.
Each duplicate item has same vendor and customer internal id, except the last item has vendor = 2 and amount is 0.
my search script is
var searchResSet = nlapiCreateSearch('purchaseorder', null, searchCol).runSearch();
var searchRes = searchResSet.getResults(0, 100);
Hope someone knows how to solve this. NS hasn't recognize this as defect yet.
cannot attach img so I copy/paste the screen here for reference
0