CsvImportTask.queueId

Note:

The content in this help topic pertains to SuiteScript 2.0.

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.

Note:

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.x Script Types.

Module

N/task Module

Since

2015.2

Syntax
Important:

The following code sample shows the syntax for this member. It is not a functional example. For a complete script example, see N/task Module Script Samples.

          //Add additional code 
...
scriptTask.queueId = 2;
...
//Add additional code 

        

Related Topics

task.CsvImportTask
N/task Module
SuiteScript 2.x Modules
SuiteScript 2.x

General Notices