Modules

filter

 

Objects/Functions

module (N/workbook)

SuiteScript 2.0

Section.children

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

N/workbook Module
Section.children
Property Description: The children of the section.
Type: Array
Module: N/workbook Module
Parent Object: workbook.Section
Sibling Object Members: Section Object Members
Since: 2020.2
Search NetSuite - https://system.netsuite.com/app/help/helpcenter.nl?search=Section.children

Example:

// Code Example 1
// Add additional code
//...
// View Section.children in a ChartDefinition
var myWorkbook = workbook.load({
id: myWorkbookId
});
log.debug ({
title: 'Section.children = ',
details: myWorkbook.chartDefinitions[0].legend.root.children[0]
});
//...
// Add additional code

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