Modules

filter

 

Objects/Functions

module (N/currentRecord)

SuiteScript 2.0

Field.id

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

N/currentRecord Module
Field.id
Property Description: Returns the internal ID of a standard or custom body or sublist field.
Type: string (read-only)
Module: N/currentRecord Module
Supported Script Types: Client scripts For more information, see SuiteScript 2.0 Client Script Type.
Since: 2016.2
Search NetSuite - https://system.netsuite.com/app/help/helpcenter.nl?search=Field.id

Example:

// Code Example 1
//Add additional code
//...
var id = objField.id;
//...
//Add additional code

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