-
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
Tag Archives: php toolkit
New Version of the PHP_ToolKit 2012.2
Netsuite has recently released a new version of their php toolkit (version 2012.2). It looks like they did a pretty big rewrite of a lot of the code. For those of you familiar with the old version of the toolkit, … Continue reading
Posted in Netsuite PHPToolkit
Tagged api, Developing with Netsuite, netsuite, PHP, php toolkit, Programming API
5 Comments
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
Retrieving and Displaying Netsuite Address Information
Adam Haeder requested to see some sample code for accessing address information via the Netsuite Webservices API. So here it is:
Posted in Netsuite PHPToolkit, PHP
Tagged api, backend, Developing with Netsuite, netsuite, PHP, php toolkit, sample code
1 Comment
Netsuite Webservices and Multiple Item Sales Orders
By request, here is a post on creating a sales order record with Netsuite PHPToolkit with more than one item: Its not all that intuitive, but that’s Netsuite Web-services for you…
Posted in Netsuite PHPToolkit, PHP
Tagged Developing with Netsuite, netsuite, PHP, php toolkit, sample code
3 Comments
Create Netsuite Customer with Addresses
Figuring out how to do address arrays on a Netsuite Customer can be rather complicated so I thought I would share some sample code:
Posted in Netsuite PHPToolkit
Tagged Developing with Netsuite, PHP, php toolkit, sample code
10 Comments
Create/Update Netsuite Estimate via PHP
For whom it may interest, here is some more sample code for using the php toolkit to update/create Netsuite Records.
Posted in Netsuite PHPToolkit
Tagged Developing with Netsuite, netsuite, php toolkit, sample code
Leave a comment
Netsuite Webservices: Can’t give access to contacts
Although I am grateful Netsuite provides an api for their webservices, there are many frustrating feature gaps in it. When looking into setting the password and giving access to contacts via the PHPToolkit, I was depressed (though not surprised) to … Continue reading
Posted in Netsuite PHPToolkit
Tagged Developing with Netsuite, netsuite, Netsuite Bugs, Netsuite Errors, Netsuite Sucks, PHP, php toolkit
9 Comments
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
Netsuite PHP Toolkit and Custom Fields
Figuring out how to set custom fields via Netsuite Webservices can be a bit difficult. Here is a quick example of how it can be done: (I am using an old version of the toolkit, but I believe the example … Continue reading
Posted in Netsuite PHPToolkit
Tagged custom fields, Developing with Netsuite, netsuite, PHP, php toolkit, sample code
18 Comments
