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 , , , , , , | 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 , , , , | 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 , , , | 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 , , , | 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 , , , | 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 , , , , , , | 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 , , , , , | 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 , , , , , , | 1 Comment