Modules

filter

 

Objects/Functions

module (N/currentRecord)

SuiteScript 2.0

currentRecord.Column

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

N/currentRecord Module
currentRecord.Column
Object Description: Encapsulates a column of a sublist on the current record. For a complete list of this object’s properties, see Column Object Members.
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.Column

Example:

// Code Example 1
//Add additional code
//...
var objColumn = objSublist.getColumn({
fieldId: 'item'
});
//...
//Add additional code

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