Modules

filter

 

Objects/Functions

module (N/workbook)

SuiteScript 2.0

Section.totalLine

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

N/workbook Module
Section.totalLine
Property Description: The format for the total line on a section.
Type: workbook.TotalLine
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.totalLine

Example:

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

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