How to create Search in Netsuite SuiteScript2.0?Equivalent of nlapiCreateSearch().


Hi All,

Please use below code to create search in SuiteScript2.0:

In SuiteScript1.0:

      nlapiCreateSearch(type, filters, columns)

In SuiteScript2.0:

       search.create(options)

Module Used:

       N/search Module

Please comment if you have any question.

Thanks

Abhi



Comments