Modules

filter

 

Objects/Functions

module (N/workbook)

SuiteScript 2.0

Aspect.type

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

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

Example:

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

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

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