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 | attach detach using .NET webservices

This is a sample code in .NET on how to use the attach/detach method on attaching and detaching a file record to an entity record on Netsuite webservice.

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 | How to List all the Countries using .NET in webservice

This is a sample code to get the Country list in Netsuite thru webservice using a .NET application.

read more

Netsuite | How to get the value of custom fields using webservices in .NET application

A sample code on getting custom fields values in a record in Netsuite using .NET application

In this example we will load a customer record with custom entity fields. Entity fields can be located at Setup > Customization > Entity Fields

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