-
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
Category Archives: Beginning with the PHPToolkit
Netsuite API Raw XML Request
Recently someone asked me if I could send them a copy of the XML that gets sent back and forth when you make a Netsuite API call. This could be useful if you want to implement the Netsuite API in … Continue reading
Posted in Beginning with the PHPToolkit, Netsuite PHPToolkit
Tagged Developing with Netsuite, netsuite, PHP, php toolkit, sample code, xml
1 Comment
Netsuite API Testing Script
Although I have posted many code samples on this site, I have rarely included a fully functional script. Often login information or execution code was not included since it wasn’t relevant to the particular post. However, here is a complete … Continue reading
Posted in Beginning with the PHPToolkit
Tagged api, Developing with Netsuite, netsuite, Netsuite PHP Tookkit, PHP, php toolkit, sample code
Leave a comment
Netsuite Webservices and Saved Searches
Marianne Mason was kind enough to send me the following code example. It preforms a saved search and returns the results using the Netsuite PHPToolkit. If you are looking for a simple search or want to see the full discussion, … Continue reading
Posted in Beginning with the PHPToolkit, Netsuite PHPToolkit
Tagged netsuite, Netsuite Webservices, PHP, php toolkit, sample code, saved search, search
10 Comments
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
