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
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