Modules

filter

 

Objects/Functions

module (N/task)

SuiteScript 2.0

CsvImportTask.queueId

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

N/task Module
CsvImportTask.queueId
Property Description: Overrides the Queue Number property under Advanced Options on the Import Options page of the Import Assistant. Use this property to programmatically select an import queue and improve performance during the import. This property is only available if you have a SuiteCloud Plus license. For more information about using multiple queues when importing CSV files, see Queue Number and Use Multiple Threads and Multiple Queues to Run CSV Import Jobs.
Type: number
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.queueId

Example:

// Code Example 1
//Add additional code
//...
scriptTask.queueId = 2;
//...
//Add additional code

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