Modules

filter

 

Objects/Functions

module (N/currentRecord)

SuiteScript 2.0

Column.sublistId

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

N/currentRecord Module
Column.sublistId
Property Description: Returns the internal ID of the standard or custom sublist that contains the column.
Type: string (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=Column.sublistId

Example:

// Code Example 1
//Add additional code
//...
var sublistid = objColumn.sublistId;
//...
//Add additional code

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