Modules

filter

 

Objects/Functions

module (N/task)

SuiteScript 2.0

SearchTask.fileId

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

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

Example:

// Code Example 1
//Add additional code
//...
searchTask.fileId = 18;
//...
//Add additional code

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