Is there a way to test the class of an inventory i...
# general
j
Is there a way to test the class of an inventory item on an inventory adjustment? I've tried using a numeric formula like "CASE WHEN {item.class}='Hard Drives' THEN 1 ELSE 0 END" but that yields no results