Modules

filter

 

Objects/Functions

module (N/record)

SuiteScript 2.0

Record.getSublists()

// Please search https://system.netsuite.com/app/help/helpcenter.nl?search=Record.getSublists() for more information.

N/record Module
Record.getSublists()
Method Description: Returns all the names of all the sublists. (standard and dynamic mode — see SuiteScript 2.0 – Standard and Dynamic Modes)
Returns: string[]
Supported Script Types: Client and server-side scripts For more information, see SuiteScript 2.0 Script Types.
Governance: None
Module: N/record Module
Sibling Object Members: Record Object Members
Since: 2015.2
Search NetSuite - https://system.netsuite.com/app/help/helpcenter.nl?search=Record.getSublists()

Example:

// Code Example 1
// Add additional code.
//...
var sublistName = objRecord.getSublists();
//...
// Add additional code.

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