Modules

filter

 

Objects/Functions

module (N/task)

SuiteScript 2.0

WorkflowTriggerTask.recordId

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

N/task Module
WorkflowTriggerTask.recordId
Property Description: Internal ID of the base record. For example, 55 or 124.
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=WorkflowTriggerTask.recordId

Example:

// Code Example 1
//Add additional code
//...
workflowTask.recordId = 107;
//...
//Add additional code

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