-
Recent Posts
Ubuntu Countdown
Archives
Recent Comments
Categories
Tags
ajax apache api bandwidth bash browsers bug config custom fields data validation Developing with Netsuite Doctrine embed error firefox forms google google analytics html HTML 5 JavaScript jQuery linux netbeans netsuite Netsuite Bugs Netsuite Errors Netsuite Sucks network override PHP PHP Framework php toolkit plugin routing sample code script search security Symfony task Ubuntu web browsers xml YML
Monthly Archives: June 2011
Understanding Netsuite Backend
This post is for people who are just beginning to use the PHPToolkit to interact with Netsuite. The following is a quick list of useful resources: 1. Netsuite Schema Browser: (link will change for newer versions of the wsdl) This … Continue reading
Posted in Beginning with the PHPToolkit, Netsuite PHPToolkit
Tagged beginner, netsuite, nslog, schema browser
Leave a comment
Sample Search Code
The ability to run searches is a great feature of Netsuite Backend. Following is some sample search code. Keep in mind that Netsuite changes the structure of the returned object if their is only one result. (often, rather than returning … Continue reading
Posted in Beginning with the PHPToolkit, Netsuite PHPToolkit
Tagged netsuite, php toolkit, sample code, search
7 Comments
Netsuite and Null Fields
If you wish to have the Netsuite PHPToolkit set a field to null, you can’t just set the value of the field array to null. Rather, you must set a special field called nullFieldList. I have written a quick function … Continue reading
Data Validation with Netsuite Backend
One of my greatest frustrations with Netsuite web services has been their data validation. When I began programming with the Netsuite PHP Toolkit, I assumed that web services would accept the same data the front-end (web interface) did; however, often … Continue reading
Netsuite PHP Toolkit Directory Global Scope Problem
The latest version of the PHP Toolkit for Netsuite web-services (2010_2 as of this writing) and all previous versions (as far as I know) assume that the $endpoint string and $myDirectory array are declared in global scope. However, if in … Continue reading
