Modules

filter

 

Objects/Functions

module (N/task)

SuiteScript 2.0

CsvImportTask.mappingId

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

N/task Module
CsvImportTask.mappingId
Property Description: Script ID or internal ID of the saved import map that you created when you ran the Import Assistant. See task.CsvImportTask.
Type: number | 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.mappingId

Example:

// Code Example 1
//Add additional code
//...
scriptTask.mappingId = 51;
//...
//Add additional code

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