Ken
11/15/2021, 7:49 PMitems.forEach(function (item) {
log.debug('Item Sku' , item.sku)
search.create(
{type:'item', filters: [['itemid', 'is', item.sku]]
}).run().each(function(result){
log.debug('Result ID: ', result.id)
});
}
eblackey
11/15/2021, 7:51 PMSandii
11/15/2021, 7:51 PMKen
11/15/2021, 7:51 PMKen
11/15/2021, 7:53 PMeblackey
11/15/2021, 7:54 PMeblackey
11/15/2021, 7:55 PMKen
11/15/2021, 7:56 PMKen
11/15/2021, 7:56 PMKen
11/15/2021, 7:57 PMKen
11/15/2021, 7:57 PMeblackey
11/15/2021, 7:58 PMKen
11/15/2021, 7:58 PMKen
11/15/2021, 7:58 PMKen
11/15/2021, 8:00 PMeblackey
11/15/2021, 8:00 PMSandii
11/15/2021, 8:00 PM[item, 'anyof', idArray]
and do a single search and process the resultsKen
11/15/2021, 8:01 PMKen
11/15/2021, 8:02 PMZack
11/16/2021, 5:32 PMdcrsmith
11/16/2021, 7:40 PMAzi
11/16/2021, 9:10 PMdcrsmith
11/16/2021, 9:12 PMAzi
11/16/2021, 9:37 PMAzi
11/16/2021, 9:40 PMdcrsmith
11/16/2021, 9:47 PM