Modules

filter

 

Objects/Functions

module (N/task)

SuiteScript 2.0

CsvImportTask.name

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

N/task Module
CsvImportTask.name
Property Description: Name for the CSV import task. You can optionally set a different name for a scripted import task. In the UI, this name appears on the CSV Import Job Status page.
Type: string
Supported Script Types: Server scripts For more information, see SuiteScript 2.0 Script Types.
Module: N/task Module
Since: 2015.2
Search NetSuite - https://system.netsuite.com/app/help/helpcenter.nl?search=CsvImportTask.name

Example:

// Code Example 1
//Add additional code
//...
csvTask.name = 'Import Entities'
//...
//Add additional code

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