```SELECT i.item, i.custitem_producttype, p.name F...
# suitescript
a
Copy code
SELECT i.item, i.custitem_producttype, p.name FROM item as i, custlist_item_producttype as p WHERE i.custitem_producttype = p.id
j
I don’t mean the possible values, I literally just mean which options are set up for which items.