Monday, March 4, 2019

SuiteScript > nlobjSearchFilter > 'anyof' operator > syntax/format to use for multiple values

The sample code below shows the syntax used to specify multiple values with the 'anyof' operator used with nlobjSearchFilter in SuiteScript.
var filter[0] = new nlobjSearchFilter('salesrep',null,'anyof',[10,15,20]);

No comments:

Post a Comment