Modules

filter

 

Objects/Functions

module (N/currentRecord)

SuiteScript 2.0

Sublist.isChanged

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

N/currentRecord Module
Sublist.isChanged
Property Description: Indicates whether the sublist has changed 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.isChanged

Example:

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

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