Azi
12/30/2019, 4:31 PManyof like in N/search module or do I need an OR between each id?jacksonp
12/30/2019, 5:56 PMvar firstCondition = kitQuery.createCondition({ // KIT ID
fieldId: 'id',
operator: query.Operator.ANY_OF,
values: item
});jacksonp
12/30/2019, 6:06 PMAzi
12/30/2019, 6:08 PM