Gail Kasnett
05/25/2021, 6:39 PMvar sr = SEARCH.create({
type: record.Type.INVENTORY_ITEM,
filters: ['itemid', 'is', prod.vendorSKU],
columns: ['internalId']
})
nathanw
05/25/2021, 6:49 PMnathanw
05/25/2021, 6:50 PMnathanw
05/25/2021, 6:51 PMsearch.create({
type: "item",
filters:
[
["type","anyof","InvtPart","Kit"],
],
Gail Kasnett
05/25/2021, 7:11 PMGail Kasnett
05/25/2021, 8:16 PM