I'm trying to limit the number of items returned o...
# suitetalkapi
m
I'm trying to limit the number of items returned on a SOAP Search request from NetSuite.c (it shows as a Get Action in the usage log) I've set a Saved Search on "Search Results" and restricted "List View" on the role but it still returns all the items in NetSuite. I can't change the original SOAP request since it's being made by a third-party application
b
that doesnt sound right
the get operation retrieves one record at a time
m
Sorry, it's a get action but search operation
So in the web services usage log, the action is Get, but when you open the request it's a search
Updated original message for clarity
if you are working with a crappy integration, you may be able to get away with changing the Search Page Size
m
Thanks!