Among the many options to customize NetSuite, many developers go for SuiteScript. With SuiteScript, developers can tweak forms, workflows, interfaces, and business logic within NetSuite to achieve ...
Every SuiteScript 1.0 API usage must be replaced directly with SuiteScript 2.1 APIs, native JavaScript, or a documented SuiteScript 2.1 architecture change. Do not propose coexistence, RESTlet bridge, ...
In Netsuite, running searches in client side scripts using nlapiCreateSearch() or nlapiLookupField() can be a problem. Becuase the searches are blocking, the UI freezes up and your coworkers will ...