Modules

filter

 

Objects/Functions

module (N/task)

SuiteScript 2.0

SearchTask.filePath

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

N/task Module
SearchTask.filePath
Property Description: Path of the CSV file to export search results into. Either this property or the SearchTask.fileId property must be set. If both are set, an error occurs.
Type: string
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.filePath

Example:

// Code Example 1
//Add additional code
//...
searchTask.filePath= 'ExportFolder/export.csv'
//...
//Add additional code

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