Modules

filter

 

Objects/Functions

module (N/workbook)

SuiteScript 2.0

Sort.locale

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

N/workbook Module
Sort.locale
Property Description: The locale of the sort.
Type: query.Operator (read-only)
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.locale

Example:

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

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