Modules

filter

 

Objects/Functions

module (N/currentRecord)

SuiteScript 2.0

currentRecord.Sublist

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

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

Example:

// Code Example 1
//Add additional code
//...
var objSublist = currentRecord.getSublist({
sublistId: 'item'
});
//...
//Add additional code

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