-
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
Monthly Archives: December 2011
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
Symfony override getter
Similar to overriding setters, overriding getters in symfony has a strange syntax. Rather than doing the normal override code you must use special methods. This code will NOT work consistently: However, this code will work: Although the first code will … Continue reading
Allowing Slashes in a Symfony Route
Symfony routing is a wonderful tool. Recently, however, I have wanted to include a slash in a route parameter. This can seem problematic as symfony uses slashes to delimit parameters. For example, lets say I wanted the url http://www.example.com/user/john/jacob/jingleheimer/schmidt to … Continue reading
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
