Modules

filter

 

Objects/Functions

module (N/search)

SuiteScript 2.0

search.Search

// Please search https://system.netsuite.com/app/help/helpcenter.nl?search=search.Search for more information.

N/search Module
search.Search
Object Description: Encapsulates a NetSuite search. Use the methods available to search.Search to create a search, run a search, or save a search. You do not need to save the search to run it. For a complete list of this object’s methods and properties, see Search Object Members.
Supported Script Types: All script types For more information, see SuiteScript 2.0 Script Types.
Module: N/search Module
Since: 2015.2
Search NetSuite - https://system.netsuite.com/app/help/helpcenter.nl?search=search.Search

Example:

// Code Example 1
//Add additional code
//...
var mySearch = search.load({
id: 'customsearch_my_so_search'
});
//...
//Add additional code

//SOURCE: https://system.netsuite.com/app/help/helpcenter.nl?fid=section_4392315904.html