CurrentRecord.isDynamic
Property Description |
Indicates whether the record is in dynamic mode. For more information, see SuiteScript 2.x 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.x Script Types. |
Module |
|
Since |
2016.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/currentRecord Module Script Samples.
//Add additional code
...
if (record.isDynamic) {
...
}
...
//Add additional code