Skip to content
Advertisement

Tag: netsuite

How to get Sales Order ‘shipaddresslist’ value from Transaction Saved Search/Suitescript Search?

In Netsuite, the Sales Order record type contains a field called “shipaddresslist” which contains the Customer Address Internal ID associated with the selected Customer Address. Unfortunately, there is no search column for Sales Orders that will get the value of “shipaddresslist,” so I had to find a workaround. Using SuiteScript, I’ve been able to get the value of this field

How to get all items list on NetSuite?

I am just starting with NetSuite and trying to pull all items with details using Restlet. With some research, I am able to pull all the items but the way I am doing now is not straightforward. I first pull the all ids of item using nlapiSearchRecord and loop through each id to get details of each item using nlapiLoadRecord

Advertisement