-
Recent Posts
Ubuntu Countdown
Archives
Recent Comments
- richiewilko on Netsuite Webservices and Saved Searches
- Joe Motacek on Netsuite Webservices and Saved Searches
- HikingMike on Fixing the google analytics popup window scrolling problem
- Joe Motacek on Netsuite Webservices and Saved Searches
- Joe Motacek » Blog Archive » Joomla 2.5 Extension Development – Working with the NetSuite Webservice on Retrieving and Displaying Netsuite Address Information
Categories
Tags
ajax apache bandwidth bash beginner browsers bug config custom fields data validation Developing with Netsuite directory Doctrine embed error firefox forms google google analytics html HTML 5 JavaScript jQuery linux netbeans netsuite Netsuite Bugs Netsuite Errors Netsuite Sucks nslog override PHP PHP Framework php toolkit PHPUnit plugin routing sample code script search Symfony task Ubuntu web browsers YML
Tag Archives: Developing with Netsuite
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
Leave a comment
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
6 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 Create Customer/Contact
In response to a request, here is an example of creating a customer with an attached contact. It is a rather complex example including things like custom fields and error handling. I now use classes I wrote to accomplish the … Continue reading
Posted in Netsuite PHPToolkit
Tagged custom fields, Developing with Netsuite, netsuite, sample code
2 Comments
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 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
4 Comments
Netsuite Data Validation Headache
Several times over the past year I have run into the same problem when using the PHPToolkit with Netsuite Web Services; Netsuite will store values that don’t match its data validation schema. For example, there are several contacts stored in … Continue reading
Posted in Netsuite PHPToolkit
Tagged Developing with Netsuite, netsuite, Netsuite Bugs, Netsuite Errors, Netsuite Sucks, PHP, php toolkit
1 Comment
