I want to select a Non Inventory item, how can I d...
# suiteql
s
I want to select a Non Inventory item, how can I do it ? select id from ???? non-inventory ?
n
Select id From item Where type = “noninv”
Not entirely sure about the string for non inventory in the where clause. But yeah you just grab from the item table
s
I have another question, where can I find the file name ? I mean 'invtpart' is TYPE.INVENTORY_ITEM, Assembly, TYPE.ASSEMBLY_LINE, NON_INVENTORY_ITEM, etc...
n
Im sure there is a list somewhere, but this is what i always do to figure it out. Its quick and easy
OthCharge Markup Service NonInvtPart Subtotal InvtPart Description
s
great but when it's type to update, we have to use TYPE.INVENTORY_ITEM, TYPE.ASSEMBLY_LINE, NON_INVENTORY_ITEM, . . where is that list ?
s
Excellent. Thank you very much
🫡 1