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.
New AI Community Guidelines. Please review and follow them to ensure AI use stays safe, accurate, and compliant.
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