Netsuite | nlapiEncrypt – Is there a way to decrypt string value created by nlapiEncrypt?

As per Netsuite documentation, we can use nlapiEncrypt(s) and this will create and return string value using SHA-1 method.

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 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