Modules

filter

 

Objects/Functions

module (N/currentRecord)

SuiteScript 2.0

Field.isPopup

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

N/currentRecord Module
Field.isPopup
Property Description: Returns true if the field is a popup list field, or false otherwise.
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=Field.isPopup

Example:

// Code Example 1
//Add additional code
//...
if (objField.isPopup) {
...
}
//...
//Add additional code

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