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!
Stay in the Know
Be sure you're subscribed to NetSuite communication to stay in the know about monthly happenings, updates and announcements. Subscribe
Be sure you're subscribed to NetSuite communication to stay in the know about monthly happenings, updates and announcements. Subscribe
Retrieve User Notes for a list of customer internal id's
I'd like to retrieve a list of user notes by passing in a list of related Customer internal id's.
Similar to an Sql statement such as "SELECT * FROM UserNotes WHERE UserNotes.[CustomerId] IN ('1234','5678','9102',...)".
I have potentially 12,000 customer id's to retrieve notes for, so I don't really want to do 12,000 individual web service calls if possible.
Can someone point me in the right direction please? I've spent a couple of hours trawling through the documentation and forum without any success whatsoever (as usual).
0