Callback function parameters explained in netsuite

Callback function parameters explained in netsuite

Hi in this tutorial of netsuite solution provider we are going to show you how NetSuite executes the require() Function, it executes the callback function and loads the dependencies when they are required. the define() and require() functions used by SuiteScript 2.0 to load and define modules. This article will help in netsuite implementation.

In simple layman language I will try to differentiate  between the parameter usage of callback function.

require([‘N/record’,’N/search’],function(rec, sea){

            var … Read the rest