Netsuite | How to use External website to send data to Netsuite Online Forms

This is a guide on how to use external webpage to send a ‘POST’ data in Netsuite Online Forms.

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 know if a form has a client-side suitescript

When checking if a form has a client-side suitescript installed on it, we normally go to the Netsuite UI and navigate on:

Setup > Customization > Scripted Record.

There is a shortcut on doing this by simply loading the form and viewing the source in the browser.

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