Modules

filter

 

Objects/Functions

module (N/search)

SuiteScript 2.0

PageRange.compoundLabel

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

N/search Module
PageRange.compoundLabel
Property Description: Human-readable label with beginning and ending range identifiers
Type: string (read-only)
Supported Script Types: All script types For more information, see SuiteScript 2.0 Script Types.
Module: N/search Module
Since: 2016.1
Search NetSuite - https://system.netsuite.com/app/help/helpcenter.nl?search=PageRange.compoundLabel

Example:

// Code Example 1
//Add additional code
//...
log.debug({
details: "Page Range Description: " + myPageRange.compoundLabel
});
//...
//Add additional code

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