Tutorial | PHP ‘Contact Us’ external form to Netsuite custom record

In this tutorial we are going to create a php external form that would serve as a “Contact Us” page to a website. Every submitted record will be saved to a custom record in Netsuite.
read more

Netsuite | How to improve performance of PHPToolkit using caching in WSDL

When you are developing a webservice application in Netsuite ideally you would test it locally. Follow these steps to improve the performance of your PHP webservice application.
read more

Netsuite | Search PHP webservice – sample code

As per the Suite Talk Web Services Platform Guide; The search operation is used to execute a search on a specific record type based on a set of criteria. You can search by defining search filter fields on the record, joined fields on an associated record, search return columns, or joined search return columns from an associated record. The results of the search can be complete records, or a select set of fields specified through search return columns. This example will guide developer how to perform a search operation thru web service using PHPToolkit.

read more

Netsuite | GetSelectValue PHP webservice code sample

The GetSelectValue operation is used to return the entire list of values or just a subset of values. This example will guide developer how to perform a GetSelectValue operation thru web service using PHPToolkit.

This article requires existing knowledge of Web Services and PHP. The example will get the values on the salesrep field of the opportunity record.

read more