Modules

filter

 

Objects/Functions

module (N/task)

SuiteScript 2.0

ScheduledScriptTask.scriptId

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

N/task Module
ScheduledScriptTask.scriptId
Property Description: Internal ID (as a number), or script ID (as a string), for the script record associated with a task.ScheduledScriptTask object.
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=ScheduledScriptTask.scriptId

Example:

// Code Example 1
//Add additional code
//...
var scheduledScriptId = 34;
//...
//Add additional code

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