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.
Unexpected Error - Search
This worked until the customer was upgraded to 2008.1. Now I get:
"An unexpected error occurred. Error ID: fkb5rwc6zdxyzioznmaa"
Any ideas?
<?xml version="1.0" encoding="utf-8"?> <SOAP-ENV:Envelope xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/" xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/" xmlns:tns="urn:platform_2_5.webservices.netsuite.com" xmlns:platformCore="urn:core_2_5.platform.webservices.netsuite.com" xmlns:platformFaults="urn:faults_2_5.platform.webservices.netsuite.com" xmlns:platformMsgs="urn:messages_2_5.platform.webservices.netsuite.com" xmlns:platformCommon="urn:common_2_5.platform.webservices.netsuite.com" xmlns:actSched="urn:scheduling_2_5.activities.webservices.netsuite.com" xmlns:generalComm="urn:communication_2_5.general.webservices.netsuite.com" xmlns:listRel="urn:relationships_2_5.lists.webservices.netsuite.com" xmlns:listSupport="urn:support_2_5.lists.webservices.netsuite.com" xmlns:listAcct="urn:accounting_2_5.lists.webservices.netsuite.com" xmlns:tranSales="urn:sales_2_5.transactions.webservices.netsuite.com" xmlns:tranPurch="urn:purchases_2_5.transactions.webservices.netsuite.com" xmlns:tranCust="urn:customers_2_5.transactions.webservices.netsuite.com" xmlns:tranBank="urn:bank_2_5.transactions.webservices.netsuite.com" xmlns:tranInvt="urn:inventory_2_5.transactions.webservices.netsuite.com" xmlns:tranGeneral="urn:general_2_5.transactions.webservices.netsuite.com" xmlns:setupCustom="urn:customization_2_5.setup.webservices.netsuite.com" xmlns:docFileCab="urn:filecabinet_2_5.documents.webservices.netsuite.com" xmlns:listSite="website_2_5.lists.webservices.netsuite.com" xmlns:listEmp="urn:employees_2_5.lists.webservices.netsuite.com" > <SOAP-ENV:Header> <platformMsgs:searchPreferences> <platformMsgs:bodyFieldsOnly>false</platformMsgs:bodyFieldsOnly> </platformMsgs:searchPreferences> </SOAP-ENV:Header> <SOAP-ENV:Body> <platformMsgs:search> <platformMsgs:searchRecord xsi:type="tranSales:TransactionSearch"> <tranSales:basic xsi:type="platformCommon:TransactionSearchBasic"> <platformCommon:status operator="anyOf" xsi:type="platformCore:SearchEnumMultiSelectField"> <platformCore:searchValue>_itemFulfillmentShipped</platformCore:searchValue> </platformCommon:status> <platformCommon:tranDate operator="on" xsi:type="platformCore:SearchDateField"> <platformCore:searchValue>2008-08-14T00:00:00.000-08:00</platformCore:searchValue> </platformCommon:tranDate> <platformCommon:type operator="anyOf" xsi:type="platformCore:SearchEnumMultiSelectField"> <platformCore:searchValue>_itemFulfillment</platformCore:searchValue> </platformCommon:type> </tranSales:basic> <tranSales:customerJoin xsi:type="platformCommon:CustomerSearchBasic"> <platformCommon:internalId operator="anyOf" xsi:type="platformCore:SearchMultiSelectField"> <platformCore:searchValue internalId="6"></platformCore:searchValue> <platformCore:searchValue internalId="13235"></platformCore:searchValue> </platformCommon:internalId> </tranSales:customerJoin> </platformMsgs:searchRecord> </platformMsgs:search> </SOAP-ENV:Body> </SOAP-ENV:Envelope>
0