Nicholas Kolker
03/22/2021, 7:19 PMSELECT item.id, item.itemid FROM item WHERE item.itemid IN(" + itemIds + ")
, which returns the fields of the item, but I cannot figure out how to get the item type. I have tried to add item.type
to the query and I get errors about it not being a valid field. Does anyone know what field name I should be using?Sandii
03/22/2021, 7:26 PMitemtype
on there, did you look at the catalog?Nicholas Kolker
03/22/2021, 7:31 PMitemtype
looks to be the field that I need, thanks!