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.
Please note that on Saturday, April 11, 2026, at 8:00 PM Pacific time, our Case Management System will undergo a scheduled maintenance for approximately 30 minutes. During this time, case creation via SuiteAnswers will be unavailable and inbound calls will be routed to Customer Service.
itemSearchBasic - Too many records returned
Anybody else getting too many records back on an itemSearchBasic?
I pull all items after a certain lastModifiedDate and am getting way too many records back.
I am sending:
<?xml version="1.0" encoding="ISO-8859-1"?> <SOAP-ENV:Envelope SOAP-ENV:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:SOAP-ENC="http://schemas.xmlsoap.org/soap/encoding/"> <SOAP-ENV:Header> <ns1:searchPreferences xmlns:ns1="urn:messages_2009_2.platform.webservices.netsuite.com"> <ns2:bodyFieldsOnly xmlns:ns2="urn:messages_2009_2.platform.webservices.netsuite.com">false</ns2:bodyFieldsOnly> <ns3:pageSize xmlns:ns3="urn:messages_2009_2.platform.webservices.netsuite.com">200</ns3:pageSize> </ns1:searchPreferences> </SOAP-ENV:Header> <SOAP-ENV:Body> <nu8468:search xmlns:nu8468="urn:messages_2009_2.platform.webservices.netsuite.com" > <searchRecord xsi:type="nsCommon:ItemSearchBasic" xmlns:nsCommon="urn:common_2009_2.platform.webservices.netsuite.com"> <nsCommon:lastModifiedDate operator="after" xsi:type="nsCore:SearchDateField" xmlns:nsCore="urn:core_2009_2.platform.webservices.netsuite.com"> <nsCore:searchValue >2013-02-20T10:10:23.000-08:00</nsCore:searchValue> </nsCommon:lastModifiedDate> </searchRecord> </nu8468:search> </SOAP-ENV:Body> </SOAP-ENV:Envelope>
0