Modules

filter

 

Objects/Functions

module (N/currentRecord)

SuiteScript 2.0

CurrentRecord.isDynamic

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

N/currentRecord Module
CurrentRecord.isDynamic
Property Description: Indicates whether the record is in dynamic mode. For more information, see SuiteScript 2.0 – Standard and Dynamic Modes. This value is set when the record is created or accessed.
Type: boolean (read-only)
Supported Script Types: Client scripts For more information, see SuiteScript 2.0 Client Script Type.
Module: N/currentRecord Module
Since: 2016.2
Search NetSuite - https://system.netsuite.com/app/help/helpcenter.nl?search=CurrentRecord.isDynamic

Example:

// Code Example 1
//Add additional code
//...
if (record.isDynamic) {
...
}
//...
//Add additional code

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