Modules

filter

 

Objects/Functions

module (N/task)

SuiteScript 2.0

SearchTaskStatus.fileId

{SearchTaskStatus}.fileId{READ_ONLY: {}})

N/task Module
SearchTaskStatus.fileId
Property Description: ID of CSV file into which search results are exported.
Type: number (read-only)
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=SearchTaskStatus.fileId

Example:

// Code Example 1
//Add additional code
//...
var status = task.checkStatus({
searchTaskId: 81
});
log.audit({
title: 'File ID',
details: status.fileId
});
//...
//Add additional code

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