My Stuff
New AI Community Guidelines. Please review and follow them to ensure AI use stays safe, accurate, and compliant.
Update: Narrative Insights has been restored and is now available.
Narrative Insights is Temporarily Unavailable due to an Infrastructure Issue. Learn how This Impacts Your Account and What to Expect While the Feature is Disabled.
Narrative Insights is Temporarily Unavailable due to an Infrastructure Issue. Learn how This Impacts Your Account and What to Expect While the Feature is Disabled.
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.