Modules

filter

 

Objects/Functions

module (N/workbook)

SuiteScript 2.0

Sort.nullsLast

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

N/workbook Module
Sort.nullsLast
Property Description: The indicator for placing nulls last of the sort.
Type: boolean
Module: N/workbook Module
Parent Object: workbook.Sort
Sibling Object Members: Sort Object Members
Since: 2020.2
Search NetSuite - https://system.netsuite.com/app/help/helpcenter.nl?search=Sort.nullsLast

Example:

// Code Example 1
// Add additional code
//...
// View Sort.nullsLast in a TableDefinition
var myWorkbook = workbook.load({
id: myWorkbookId
});
log.audit({
title: 'Sort.nullsLast = ',
details: myWorkbook.tableDefinitions[0].columns[0].sort.nullsLast
});
//...
// Add additional code

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