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.
Simple Sales Order Search Not Working
Hello All-
Have a simple Sales order search that was functioning and now is not...would someone please take a quick look at the SOAP below and put a second set of eyes on this? I'm stumped...
Thanks,
Scott
<soap:Envelope xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/"> <soap:Body> <search xmlns="urn:messages_2_6.platform.webservices.netsuite.com"> <searchRecord xsi:type="q1:TransactionSearch" xmlns:q1="urn:sales_2_6.transactions.webservices.netsuite.com"> <q1:basic> <type operator="anyOf" xmlns="urn:common_2_6.platform.webservices.netsuite.com"> <searchValue xmlns="urn:core_2_6.platform.webservices.netsuite.com">_salesOrder</searchValue> </type> </q1:basic> </searchRecord> </search> </soap:Body> </soap:Envelope>
0