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.
setSearchPreferences returns UNEXPECTED_ERROR
I am using the new PHP 2013.1 Toolkit and I am trying to return all lines of a work order record, specifically the itemList field values. If I do not use setSearchPreferences and leave the default, my request processes successfully but only returns the body fields. If I perform setSearchPreferences so that my results contain more than just the body fields, my results return an UNEXPECTED_ERROR. I have confirmed that I can successfully use setSearchPreferences with other transaction types, such as a Sales Order, with successful results.
Anyone have any ideas?
My Failing Code:
[PHP]
$nsclient = new NetSuiteService();
$nsclient->setSearchPreferences(false, 50, true);
Anyone have any ideas?
My Failing Code:
[PHP]
$nsclient = new NetSuiteService();
$nsclient->setSearchPreferences(false, 50, true);
Tagged:
0