My Stuff
Nominate Your Peers for NetSuite Support Community's Choice of the Quarter! Submit your nomination today.
Intelligent Payment Automation version 1.0.3 is now available in the SuiteApp Marketplace. The SuiteApp, powered by BILL, lets you automate payments, manage vendor details, and bank account information within NetSuite. Learn more
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.