Category Archives: Beginning with the PHPToolkit

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 , , , , , , | 7 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 , , , | 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 , , , | 6 Comments