Modules

filter

 

Objects/Functions

module (N/currentRecord)

SuiteScript 2.0

Sublist.isDisplay

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

N/currentRecord Module
Sublist.isDisplay
Property Description: Indicates whether the sublist is displayed on the current record form.
Type: boolean (read-only)
Module: N/currentRecord Module
Supported Script Types: Client scripts For more information, see SuiteScript 2.0 Client Script Type.
Since: 2016.2
Search NetSuite - https://system.netsuite.com/app/help/helpcenter.nl?search=Sublist.isDisplay

Example:

// Code Example 1
//Add additional code
//...
if (objSublist.isDisplay) {
...
}
//...
//Add additional code

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