Modules

filter

 

Objects/Functions

module (N/keyControl)

SuiteScript 2.0

keyControl.Operator

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

N/keyControl Module
keyControl.Operator
Enum Description: Holds the values for the key operators of keyControl.findKeys(options).
Module: N/keyControl Module
Supported Script Types: All server-side scripts For additional information, see SuiteScript 2.0 Script Types.
Since: 2019.2
Search NetSuite - https://system.netsuite.com/app/help/helpcenter.nl?search=keyControl.Operator

Example:

// Code Example 1
require(['N/keyControl'],function(keyControl){
var keys = keyControl.findKeys({
name:{
value: 'test',
operator: keyControl.Operator.CONTAINS}
});
})

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