<@U2GEKMDSN> To search for multiple item id's I'd...
# suitescript
m
@thatguymikeneal To search for multiple item id's I'd normally use 'anyof' and separate the values [bracketed] with commas. var filter[0] = new nlobjSearchFilter('item',null,'anyof',[item1ID,item2ID,item3ID]); There's a really helpful Chrome add in that David Smith wrote that I use all the time now for converting saved searches to code. https://chrome.google.com/webstore/detail/netsuite-search-export/gglbgdfbkaelbjpjkiepdmfaihdokglp
👍 2