My Stuff
On Friday, October 10, 2025, at 8:00 PM Pacific Time, our Case Management System will undergo a scheduled maintenance for approximately 4 hours. During this time, case creation via SuiteAnswers will be unavailable and inbound calls will be routed to Customer Service.
Share Your SuiteWorld Experience & Earn a Special Badge!
Comments
-
I should mention that the XML generated by PHP_Toolkit differs from the sample. But I assume this is not a problem given the getSavedSearch works. <search xmlns="urn:messages_2008_2.platform.webservices.netsuite.com"> <searchRecord xmlns:q1="urn:sales_2008_2.transactions.webservices.netsuite.com"…
-
Oh, excellent links thanks Shawn. I see what i was doing wrong with inventoryItem now. Will have another go. Thanks for your ongoing support in these forums btw!
-
Thanks for your reply Wictor. I'm doing something like: [PHP] $nsClient = netsuite_get_client(); $nsTaskSearchAdvanced = new nsComplexObject("SupportCaseSearchAdvanced"); // Set the saved search ID. $nsTaskSearchAdvanced->setFields(array('savedSearchId' => $id)); // execute the search $nsResponse =…
-
For good measure I've copied the directory_v2010.1.php that comes with PHP_Toolkit and changed all references to 2010_1 to 2010_2.
-
One report I've got hasn't updated for a couple of days. I just deleted it in NetSuite and it still works via the API. Magic!
-
This is annoying isn't it? If I'm impatient, I go and do a Save As of the report in NetSuite and delete the old report and use the new one.
-
Bump. I was looking at Cases, and I see you can open a case against Partners, Employees and Customers - but not against Vendors. This type of generic entity relationship information would be quote easy to map.