Modules

filter

 

Objects/Functions

module (N/task)

SuiteScript 2.0

SearchTask.savedSearchId

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

N/task Module
SearchTask.savedSearchId
Property Description: ID of the saved search to be executed during the task.
Type: number
Supported Script Types: Server scripts For more information, see SuiteScript 2.0 Script Types.
Module: N/task Module
Since: 2017.1
Search NetSuite - https://system.netsuite.com/app/help/helpcenter.nl?search=SearchTask.savedSearchId

Example:

// Code Example 1
//Add additional code
//...
searchTask.savedSearchId = 51;
//...
//Add additional code

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