Modules

filter

 

Objects/Functions

module (N/workbook)

SuiteScript 2.0

ChartDefinition.type

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

N/workbook Module
ChartDefinition.type
Property Description: The chart type of the chart definition.
Type: workbook.ChartType
Module: N/workbook Module
Parent Object: workbook.ChartDefinition
Sibling Object Members: ChartDefinition Object Members
Since: 2020.2
Search NetSuite - https://system.netsuite.com/app/help/helpcenter.nl?search=ChartDefinition.type

Example:

// Code Example 1
// Add additional code
//...
// View ChartDefinition.type
var myWorkbook = workbook.load({
id: myWorkbookId
});

log.audit({
title: 'ChartDefinition.type = ',
details: myWorkbook.chartDefinitions[0].type
});
//...
// Add additional code

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