CurrentRecord.type
Property Description |
The current record’s type. Note the following:
|
Type |
string (read-only) |
Supported Script Types |
Client scripts For more information, see SuiteScript 2.x Script Types. |
Module |
|
Since |
2016.2 |
Syntax
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
...
var recordtype = currentRecord.type;
...
//Add additional code